From d6520e7fd829cba5f829acdac039a809d6d4cc1f Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 9 Jun 2024 17:55:23 -0700 Subject: [PATCH] fix: document selector --- .../Models/Knowledge/Selector.svelte | 128 +++++++++--------- src/lib/i18n/locales/ar-BH/translation.json | 2 + src/lib/i18n/locales/bg-BG/translation.json | 2 + src/lib/i18n/locales/bn-BD/translation.json | 2 + src/lib/i18n/locales/ca-ES/translation.json | 2 + src/lib/i18n/locales/ceb-PH/translation.json | 2 + src/lib/i18n/locales/de-DE/translation.json | 2 + src/lib/i18n/locales/dg-DG/translation.json | 2 + src/lib/i18n/locales/en-GB/translation.json | 2 + src/lib/i18n/locales/en-US/translation.json | 2 + src/lib/i18n/locales/es-ES/translation.json | 2 + src/lib/i18n/locales/fa-IR/translation.json | 2 + src/lib/i18n/locales/fi-FI/translation.json | 2 + src/lib/i18n/locales/fr-CA/translation.json | 2 + src/lib/i18n/locales/fr-FR/translation.json | 2 + src/lib/i18n/locales/he-IL/translation.json | 2 + src/lib/i18n/locales/hi-IN/translation.json | 2 + src/lib/i18n/locales/hr-HR/translation.json | 2 + src/lib/i18n/locales/it-IT/translation.json | 2 + src/lib/i18n/locales/ja-JP/translation.json | 2 + src/lib/i18n/locales/ka-GE/translation.json | 2 + src/lib/i18n/locales/ko-KR/translation.json | 2 + src/lib/i18n/locales/lt-LT/translation.json | 2 + src/lib/i18n/locales/nb-NO/translation.json | 2 + src/lib/i18n/locales/nl-NL/translation.json | 2 + src/lib/i18n/locales/pa-IN/translation.json | 2 + src/lib/i18n/locales/pl-PL/translation.json | 2 + src/lib/i18n/locales/pt-BR/translation.json | 2 + src/lib/i18n/locales/pt-PT/translation.json | 2 + src/lib/i18n/locales/ru-RU/translation.json | 2 + src/lib/i18n/locales/sr-RS/translation.json | 2 + src/lib/i18n/locales/sv-SE/translation.json | 2 + src/lib/i18n/locales/tk-TW/translation.json | 2 + src/lib/i18n/locales/tr-TR/translation.json | 2 + src/lib/i18n/locales/uk-UA/translation.json | 2 + src/lib/i18n/locales/vi-VN/translation.json | 2 + src/lib/i18n/locales/zh-CN/translation.json | 2 + src/lib/i18n/locales/zh-TW/translation.json | 2 + 38 files changed, 141 insertions(+), 61 deletions(-) diff --git a/src/lib/components/workspace/Models/Knowledge/Selector.svelte b/src/lib/components/workspace/Models/Knowledge/Selector.svelte index 417fbd8f3..cf5770610 100644 --- a/src/lib/components/workspace/Models/Knowledge/Selector.svelte +++ b/src/lib/components/workspace/Models/Knowledge/Selector.svelte @@ -58,74 +58,80 @@ class="w-full max-w-[300px] rounded-lg px-1 py-1.5 border border-gray-300/30 dark:border-gray-700/50 z-50 bg-white dark:bg-gray-850 dark:text-white shadow-lg" sideOffset={8} side="bottom" - align="end" + align="start" transition={flyAndScale} >
- {#each items as item} - { - if (!knowledge.find((k) => k.name === item.name)) { - knowledge = [ - ...knowledge, - { - ...item, - type: item?.type ?? 'doc' - } - ]; - } - }} - > -
- {#if (item?.type ?? 'doc') === 'doc'} - - - - - {:else if item.type === 'collection'} - - - - - {/if} -
+ {#if items.length === 0} +
+ {$i18n.t('No documents found')} +
+ {:else} + {#each items as item} + { + if (!knowledge.find((k) => k.name === item.name)) { + knowledge = [ + ...knowledge, + { + ...item, + type: item?.type ?? 'doc' + } + ]; + } + }} + > +
+ {#if (item?.type ?? 'doc') === 'doc'} + + + + + {:else if item.type === 'collection'} + + + + + {/if} +
-
-
-
- {item?.type ?? 'Document'} -
+
+
+
+ {item?.type ?? 'Document'} +
-
- {item.name} +
+ {item.name} +
-
- - {/each} + + {/each} + {/if}
diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index e14423228..f8c78f339 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "تجاوز التحقق من SSL للموقع", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "اللغاء", "Capabilities": "قدرات", "Change Password": "تغير الباسورد", @@ -318,6 +319,7 @@ "Name your model": "قم بتسمية النموذج الخاص بك", "New Chat": "دردشة جديدة", "New Password": "كلمة المرور الجديدة", + "No documents found": "", "No results found": "لا توجد نتايج", "No search query generated": "لم يتم إنشاء استعلام بحث", "No source available": "لا يوجد مصدر متاح", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 9a41f1a21..318fa667e 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Изключване на SSL проверката за сайтове", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Отказ", "Capabilities": "Възможности", "Change Password": "Промяна на Парола", @@ -318,6 +319,7 @@ "Name your model": "Дайте име на вашия модел", "New Chat": "Нов чат", "New Password": "Нова парола", + "No documents found": "", "No results found": "Няма намерени резултати", "No search query generated": "Не е генерирана заявка за търсене", "No source available": "Няма наличен източник", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 7c6876148..b987a12fd 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "ওয়েবসাইটের জন্য SSL যাচাই বাতিল করুন", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "বাতিল", "Capabilities": "সক্ষমতা", "Change Password": "পাসওয়ার্ড পরিবর্তন করুন", @@ -318,6 +319,7 @@ "Name your model": "আপনার মডেলের নাম দিন", "New Chat": "নতুন চ্যাট", "New Password": "নতুন পাসওয়ার্ড", + "No documents found": "", "No results found": "কোন ফলাফল পাওয়া যায়নি", "No search query generated": "কোনও অনুসন্ধান ক্যোয়ারী উত্পন্ন হয়নি", "No source available": "কোন উৎস পাওয়া যায়নি", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index 3299418c7..2860aa07c 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Desactivar la verificació SSL per a l'accés a l'Internet", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Cancel·la", "Capabilities": "Capacitats", "Change Password": "Canvia la Contrasenya", @@ -318,6 +319,7 @@ "Name your model": "Posa un nom al model", "New Chat": "Xat Nou", "New Password": "Nova Contrasenya", + "No documents found": "", "No results found": "No s'han trobat resultats", "No search query generated": "No es genera cap consulta de cerca", "No source available": "Sense font disponible", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 49fc4a6ab..dea7b6207 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Pagkanselar", "Capabilities": "", "Change Password": "Usba ang password", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "Bag-ong diskusyon", "New Password": "Bag-ong Password", + "No documents found": "", "No results found": "", "No search query generated": "", "No source available": "Walay tinubdan nga anaa", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index 6bc3ec7d0..85bddd0ad 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Bypass SSL-Verifizierung für Websites", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Abbrechen", "Capabilities": "Fähigkeiten", "Change Password": "Passwort ändern", @@ -318,6 +319,7 @@ "Name your model": "Benennen Sie Ihr Modell", "New Chat": "Neuer Chat", "New Password": "Neues Passwort", + "No documents found": "", "No results found": "Keine Ergebnisse gefunden", "No search query generated": "Keine Suchanfrage generiert", "No source available": "Keine Quelle verfügbar.", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 8fc530b5f..add996c45 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Cancel", "Capabilities": "", "Change Password": "Change Password", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "New Bark", "New Password": "New Barkword", + "No documents found": "", "No results found": "", "No search query generated": "", "No source available": "No source available", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 695e1a52a..73fe0d30a 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "", "Capabilities": "", "Change Password": "", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "", "New Password": "", + "No documents found": "", "No results found": "", "No search query generated": "", "No source available": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 695e1a52a..73fe0d30a 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "", "Capabilities": "", "Change Password": "", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "", "New Password": "", + "No documents found": "", "No results found": "", "No search query generated": "", "No source available": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 87af4a927..c507c612d 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Desactivar la verificación SSL para sitios web", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Cancelar", "Capabilities": "Capacidades", "Change Password": "Cambia la Contraseña", @@ -318,6 +319,7 @@ "Name your model": "Asigne un nombre a su modelo", "New Chat": "Nuevo Chat", "New Password": "Nueva Contraseña", + "No documents found": "", "No results found": "No se han encontrado resultados", "No search query generated": "No se ha generado ninguna consulta de búsqueda", "No source available": "No hay fuente disponible", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 983b6029a..87f529315 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "عبور از تأیید SSL برای وب سایت ها", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "لغو", "Capabilities": "قابلیت", "Change Password": "تغییر رمز عبور", @@ -318,6 +319,7 @@ "Name your model": "نام مدل خود را", "New Chat": "گپ جدید", "New Password": "رمز عبور جدید", + "No documents found": "", "No results found": "نتیجه\u200cای یافت نشد", "No search query generated": "پرسوجوی جستجویی ایجاد نشده است", "No source available": "منبعی در دسترس نیست", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 2ad73ff3e..4daf5c2de 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Ohita SSL-varmennus verkkosivustoille", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Peruuta", "Capabilities": "Ominaisuuksia", "Change Password": "Vaihda salasana", @@ -318,6 +319,7 @@ "Name your model": "Mallin nimeäminen", "New Chat": "Uusi keskustelu", "New Password": "Uusi salasana", + "No documents found": "", "No results found": "Ei tuloksia", "No search query generated": "Hakukyselyä ei luotu", "No source available": "Ei lähdettä saatavilla", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index a2920d486..fcad93746 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Parcourir la vérification SSL pour les sites Web", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Annuler", "Capabilities": "Capacités", "Change Password": "Changer le mot de passe", @@ -318,6 +319,7 @@ "Name your model": "Nommez votre modèle", "New Chat": "Nouvelle discussion", "New Password": "Nouveau mot de passe", + "No documents found": "", "No results found": "Aucun résultat trouvé", "No search query generated": "Aucune requête de recherche générée", "No source available": "Aucune source disponible", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 7405286c4..28b23808d 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Contourner la vérification SSL pour les sites Web.", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Annuler", "Capabilities": "Capacités", "Change Password": "Changer le mot de passe", @@ -318,6 +319,7 @@ "Name your model": "Nommez votre modèle", "New Chat": "Nouveau chat", "New Password": "Nouveau mot de passe", + "No documents found": "", "No results found": "Aucun résultat", "No search query generated": "Aucune requête de recherche générée", "No source available": "Aucune source disponible", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index cc1f2c34d..28d2edac2 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "עקוף אימות SSL עבור אתרים", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "בטל", "Capabilities": "יכולות", "Change Password": "שנה סיסמה", @@ -318,6 +319,7 @@ "Name your model": "תן שם לדגם שלך", "New Chat": "צ'אט חדש", "New Password": "סיסמה חדשה", + "No documents found": "", "No results found": "לא נמצאו תוצאות", "No search query generated": "לא נוצרה שאילתת חיפוש", "No source available": "אין מקור זמין", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index 860fb3e9a..d2c6e3891 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "वेबसाइटों के लिए SSL सुनिश्चिती को छोड़ें", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "रद्द करें", "Capabilities": "क्षमताओं", "Change Password": "पासवर्ड बदलें", @@ -318,6 +319,7 @@ "Name your model": "अपने मॉडल को नाम दें", "New Chat": "नई चैट", "New Password": "नया पासवर्ड", + "No documents found": "", "No results found": "कोई परिणाम नहीं मिला", "No search query generated": "कोई खोज क्वेरी जनरेट नहीं हुई", "No source available": "कोई स्रोत उपलब्ध नहीं है", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index af8581a54..00aa5cb47 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Zaobiđi SSL provjeru za web stranice", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Otkaži", "Capabilities": "Mogućnosti", "Change Password": "Promijeni lozinku", @@ -318,6 +319,7 @@ "Name your model": "Dodijelite naziv modelu", "New Chat": "Novi razgovor", "New Password": "Nova lozinka", + "No documents found": "", "No results found": "Nema rezultata", "No search query generated": "Nije generiran upit za pretraživanje", "No source available": "Nema dostupnog izvora", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 841b7cd7d..44c921b27 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Aggira la verifica SSL per i siti web", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Annulla", "Capabilities": "Funzionalità", "Change Password": "Cambia password", @@ -318,6 +319,7 @@ "Name your model": "Assegna un nome al tuo modello", "New Chat": "Nuova chat", "New Password": "Nuova password", + "No documents found": "", "No results found": "Nessun risultato trovato", "No search query generated": "Nessuna query di ricerca generata", "No source available": "Nessuna fonte disponibile", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 28057a77c..cef60c4cd 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "SSL 検証をバイパスする", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "キャンセル", "Capabilities": "資格", "Change Password": "パスワードを変更", @@ -318,6 +319,7 @@ "Name your model": "モデルに名前を付ける", "New Chat": "新しいチャット", "New Password": "新しいパスワード", + "No documents found": "", "No results found": "結果が見つかりません", "No search query generated": "検索クエリは生成されません", "No source available": "使用可能なソースがありません", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 72085cf32..e6e13f750 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "SSL-ის ვერიფიკაციის გააუქმება ვებსაიტებზე", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "გაუქმება", "Capabilities": "შესაძლებლობები", "Change Password": "პაროლის შეცვლა", @@ -318,6 +319,7 @@ "Name your model": "დაასახელეთ თქვენი მოდელი", "New Chat": "ახალი მიმოწერა", "New Password": "ახალი პაროლი", + "No documents found": "", "No results found": "ჩვენ ვერ პოულობით ნაპოვნი ჩაწერები", "No search query generated": "ძიების მოთხოვნა არ არის გენერირებული", "No source available": "წყარო არ არის ხელმისაწვდომი", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index f73fc0a40..4a880b6d2 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "SSL 검증을 무시하려면 웹 사이트를 선택하세요.", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "취소", "Capabilities": "기능", "Change Password": "비밀번호 변경", @@ -318,6 +319,7 @@ "Name your model": "모델 이름 지정", "New Chat": "새 채팅", "New Password": "새 비밀번호", + "No documents found": "", "No results found": "결과 없음", "No search query generated": "검색어가 생성되지 않았습니다.", "No source available": "사용 가능한 소스 없음", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 3ed34d367..e1f4df34b 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Išvengti SSL patikros puslapiams", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Atšaukti", "Capabilities": "", "Change Password": "Keisti slaptažodį", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "Naujas pokalbis", "New Password": "Naujas slaptažodis", + "No documents found": "", "No results found": "Rezultatų nerasta", "No search query generated": "", "No source available": "Šaltinių nerasta", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 80c4c6097..22ae4eb2a 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Omgå SSL-verifisering for nettsteder", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Avbryt", "Capabilities": "Muligheter", "Change Password": "Endre passord", @@ -318,6 +319,7 @@ "Name your model": "Gi modellen din et navn", "New Chat": "Ny chat", "New Password": "Nytt passord", + "No documents found": "", "No results found": "Ingen resultater funnet", "No search query generated": "Ingen søkeforespørsel generert", "No source available": "Ingen kilde tilgjengelig", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index ac43260cb..f6c38f47a 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "SSL-verificatie omzeilen voor websites", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Annuleren", "Capabilities": "Mogelijkheden", "Change Password": "Wijzig Wachtwoord", @@ -318,6 +319,7 @@ "Name your model": "Geef uw model een naam", "New Chat": "Nieuwe Chat", "New Password": "Nieuw Wachtwoord", + "No documents found": "", "No results found": "Geen resultaten gevonden", "No search query generated": "Geen zoekopdracht gegenereerd", "No source available": "Geen bron beschikbaar", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 537f4d2f2..0209617e8 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "ਵੈਬਸਾਈਟਾਂ ਲਈ SSL ਪ੍ਰਮਾਣਿਕਤਾ ਨੂੰ ਬਾਈਪਾਸ ਕਰੋ", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "ਰੱਦ ਕਰੋ", "Capabilities": "ਸਮਰੱਥਾਵਾਂ", "Change Password": "ਪਾਸਵਰਡ ਬਦਲੋ", @@ -318,6 +319,7 @@ "Name your model": "ਆਪਣੇ ਮਾਡਲ ਦਾ ਨਾਮ ਦੱਸੋ", "New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ", "New Password": "ਨਵਾਂ ਪਾਸਵਰਡ", + "No documents found": "", "No results found": "ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ", "No search query generated": "ਕੋਈ ਖੋਜ ਪੁੱਛਗਿੱਛ ਤਿਆਰ ਨਹੀਂ ਕੀਤੀ ਗਈ", "No source available": "ਕੋਈ ਸਰੋਤ ਉਪਲਬਧ ਨਹੀਂ", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 27d3e55f1..290e6c4e2 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Pomiń weryfikację SSL dla stron webowych", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Anuluj", "Capabilities": "Możliwości", "Change Password": "Zmień hasło", @@ -318,6 +319,7 @@ "Name your model": "Nazwij swój model", "New Chat": "Nowy czat", "New Password": "Nowe hasło", + "No documents found": "", "No results found": "Nie znaleziono rezultatów", "No search query generated": "Nie wygenerowano zapytania wyszukiwania", "No source available": "Źródło nie dostępne", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 77e63723b..07faae763 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Ignorar verificação SSL para sites", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Cancelar", "Capabilities": "Capacidades", "Change Password": "Alterar Senha", @@ -318,6 +319,7 @@ "Name your model": "Nomeie seu modelo", "New Chat": "Novo Bate-papo", "New Password": "Nova Senha", + "No documents found": "", "No results found": "Nenhum resultado encontrado", "No search query generated": "Nenhuma consulta de pesquisa gerada", "No source available": "Nenhuma fonte disponível", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 18712727a..079145260 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Ignorar verificação SSL para sites", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Cancelar", "Capabilities": "Capacidades", "Change Password": "Alterar Senha", @@ -318,6 +319,7 @@ "Name your model": "Atribua um nome ao seu modelo", "New Chat": "Novo Bate-papo", "New Password": "Nova Senha", + "No documents found": "", "No results found": "Nenhum resultado encontrado", "No search query generated": "Nenhuma consulta de pesquisa gerada", "No source available": "Nenhuma fonte disponível", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 9c5cfbb72..2209f3df9 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Обход SSL-проверки для веб-сайтов", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Аннулировать", "Capabilities": "Возможности", "Change Password": "Изменить пароль", @@ -318,6 +319,7 @@ "Name your model": "Присвойте модели имя", "New Chat": "Новый чат", "New Password": "Новый пароль", + "No documents found": "", "No results found": "Результатов не найдено", "No search query generated": "Поисковый запрос не сгенерирован", "No source available": "Нет доступных источников", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index f6266d9d2..5dcf42976 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Заобиђи SSL потврђивање за веб странице", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Откажи", "Capabilities": "Могућности", "Change Password": "Промени лозинку", @@ -318,6 +319,7 @@ "Name your model": "Наведи свој модел", "New Chat": "Ново ћаскање", "New Password": "Нова лозинка", + "No documents found": "", "No results found": "Нема резултата", "No search query generated": "Није генерисан упит за претрагу", "No source available": "Нема доступног извора", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index 7fc31b6f4..304d7e587 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Kringgå SSL-verifiering för webbplatser", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Avbryt", "Capabilities": "Kapacitet", "Change Password": "Ändra lösenord", @@ -318,6 +319,7 @@ "Name your model": "Namnge din modell", "New Chat": "Ny chatt", "New Password": "Nytt lösenord", + "No documents found": "", "No results found": "Inga resultat hittades", "No search query generated": "Ingen sökfråga genererad", "No source available": "Ingen tilgjengelig kilde", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 695e1a52a..73fe0d30a 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "", "Capabilities": "", "Change Password": "", @@ -318,6 +319,7 @@ "Name your model": "", "New Chat": "", "New Password": "", + "No documents found": "", "No results found": "", "No search query generated": "", "No source available": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index ed9626cc6..5f0ea8f3e 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Web Siteleri için SSL doğrulamasını atlayın", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "İptal", "Capabilities": "Yetenekler", "Change Password": "Parola Değiştir", @@ -318,6 +319,7 @@ "Name your model": "Modelinizi Adlandırın", "New Chat": "Yeni Sohbet", "New Password": "Yeni Parola", + "No documents found": "", "No results found": "Sonuç bulunamadı", "No search query generated": "Hiç arama sorgusu oluşturulmadı", "No source available": "Kaynak mevcut değil", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 891ac3e20..65a824c01 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Обхід SSL-перевірки для веб-сайтів", "Call": "Виклик", "Call feature is not supported when using Web STT engine": "Функція виклику не підтримується при використанні Web STT (розпізнавання мовлення) рушія", + "Camera": "", "Cancel": "Скасувати", "Capabilities": "Можливості", "Change Password": "Змінити пароль", @@ -318,6 +319,7 @@ "Name your model": "Назвіть свою модель", "New Chat": "Новий чат", "New Password": "Новий пароль", + "No documents found": "", "No results found": "Не знайдено жодного результату", "No search query generated": "Пошуковий запит не сформовано", "No source available": "Джерело не доступне", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 288ed46e5..5f3678792 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "Bỏ qua xác thực SSL cho các trang web", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "Hủy bỏ", "Capabilities": "Năng lực", "Change Password": "Đổi Mật khẩu", @@ -318,6 +319,7 @@ "Name your model": "Tên model", "New Chat": "Tạo chat mới", "New Password": "Mật khẩu mới", + "No documents found": "", "No results found": "Không tìm thấy kết quả", "No search query generated": "Không có truy vấn tìm kiếm nào được tạo ra", "No source available": "Không có nguồn", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 75fb11536..3f13202be 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "绕过网站的 SSL 验证", "Call": "呼叫", "Call feature is not supported when using Web STT engine": "使用 Web 语音转文字引擎时不支持呼叫功能。", + "Camera": "", "Cancel": "取消", "Capabilities": "能力", "Change Password": "更改密码", @@ -318,6 +319,7 @@ "Name your model": "为您的模型命名", "New Chat": "新对话", "New Password": "新密码", + "No documents found": "", "No results found": "未找到结果", "No search query generated": "未生成搜索查询", "No source available": "没有可用来源", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index d5d897707..cee5cdc1c 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -74,6 +74,7 @@ "Bypass SSL verification for Websites": "跳過 SSL 驗證", "Call": "", "Call feature is not supported when using Web STT engine": "", + "Camera": "", "Cancel": "取消", "Capabilities": "功能", "Change Password": "修改密碼", @@ -318,6 +319,7 @@ "Name your model": "請輸入模型名稱", "New Chat": "新增聊天", "New Password": "新密碼", + "No documents found": "", "No results found": "沒有找到結果", "No search query generated": "沒有生成搜索查詢", "No source available": "沒有可用的來源",