From e10897236dd706934858e2d8ef20af1379a95977 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 24 Dec 2024 22:44:10 -0700 Subject: [PATCH] chore: format --- src/lib/components/chat/Messages/ResponseMessage.svelte | 3 +++ src/lib/i18n/locales/ar-BH/translation.json | 8 ++------ src/lib/i18n/locales/bg-BG/translation.json | 4 ++-- src/lib/i18n/locales/bn-BD/translation.json | 4 ++-- src/lib/i18n/locales/ca-ES/translation.json | 5 ++--- src/lib/i18n/locales/ceb-PH/translation.json | 4 ++-- src/lib/i18n/locales/cs-CZ/translation.json | 6 ++---- src/lib/i18n/locales/da-DK/translation.json | 4 ++-- src/lib/i18n/locales/de-DE/translation.json | 4 ++-- src/lib/i18n/locales/dg-DG/translation.json | 6 ++---- src/lib/i18n/locales/el-GR/translation.json | 4 ++-- src/lib/i18n/locales/en-GB/translation.json | 4 ++-- src/lib/i18n/locales/en-US/translation.json | 4 ++-- src/lib/i18n/locales/es-ES/translation.json | 5 ++--- src/lib/i18n/locales/eu-ES/translation.json | 4 ++-- src/lib/i18n/locales/fa-IR/translation.json | 4 ++-- src/lib/i18n/locales/fi-FI/translation.json | 4 ++-- src/lib/i18n/locales/fr-CA/translation.json | 5 ++--- src/lib/i18n/locales/fr-FR/translation.json | 5 ++--- src/lib/i18n/locales/he-IL/translation.json | 5 ++--- src/lib/i18n/locales/hi-IN/translation.json | 4 ++-- src/lib/i18n/locales/hr-HR/translation.json | 5 ++--- src/lib/i18n/locales/hu-HU/translation.json | 4 ++-- src/lib/i18n/locales/id-ID/translation.json | 4 ++-- src/lib/i18n/locales/ie-GA/translation.json | 4 ++-- src/lib/i18n/locales/it-IT/translation.json | 5 ++--- src/lib/i18n/locales/ja-JP/translation.json | 3 ++- src/lib/i18n/locales/ka-GE/translation.json | 4 ++-- src/lib/i18n/locales/ko-KR/translation.json | 4 ++-- src/lib/i18n/locales/lt-LT/translation.json | 6 ++---- src/lib/i18n/locales/ms-MY/translation.json | 4 ++-- src/lib/i18n/locales/nb-NO/translation.json | 4 ++-- src/lib/i18n/locales/nl-NL/translation.json | 4 ++-- src/lib/i18n/locales/pa-IN/translation.json | 4 ++-- src/lib/i18n/locales/pl-PL/translation.json | 6 ++---- src/lib/i18n/locales/pt-BR/translation.json | 5 ++--- src/lib/i18n/locales/pt-PT/translation.json | 5 ++--- src/lib/i18n/locales/ro-RO/translation.json | 5 ++--- src/lib/i18n/locales/ru-RU/translation.json | 6 ++---- src/lib/i18n/locales/sk-SK/translation.json | 6 ++---- src/lib/i18n/locales/sr-RS/translation.json | 5 ++--- src/lib/i18n/locales/sv-SE/translation.json | 4 ++-- src/lib/i18n/locales/th-TH/translation.json | 4 ++-- src/lib/i18n/locales/tk-TW/translation.json | 4 ++-- src/lib/i18n/locales/tr-TR/translation.json | 4 ++-- src/lib/i18n/locales/uk-UA/translation.json | 6 ++---- src/lib/i18n/locales/ur-PK/translation.json | 4 ++-- src/lib/i18n/locales/vi-VN/translation.json | 3 ++- src/lib/i18n/locales/zh-CN/translation.json | 3 ++- src/lib/i18n/locales/zh-TW/translation.json | 4 ++-- src/lib/utils/index.ts | 1 - 51 files changed, 101 insertions(+), 125 deletions(-) diff --git a/src/lib/components/chat/Messages/ResponseMessage.svelte b/src/lib/components/chat/Messages/ResponseMessage.svelte index cd241488e..359f2636d 100644 --- a/src/lib/components/chat/Messages/ResponseMessage.svelte +++ b/src/lib/components/chat/Messages/ResponseMessage.svelte @@ -535,6 +535,9 @@ ? 'shimmer' : ''} text-base line-clamp-1 text-wrap" > + + + {#if status?.description.includes('{{count}}')} {$i18n.t(status?.description, { diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 02b7df096..1e6d1721f 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -602,6 +602,7 @@ "Name": "الأسم", "Name your knowledge base": "", "New Chat": "دردشة جديدة", + "New folder": "", "New Password": "كلمة المرور الجديدة", "new-channel": "", "No content found": "", @@ -776,12 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_zero": "تم البحث في {{count}} sites_zero", - "Searched {{count}} sites_one": "تم البحث في {{count}} sites_one", - "Searched {{count}} sites_two": "تم البحث في {{count}} sites_two", - "Searched {{count}} sites_few": "تم البحث في {{count}} sites_few", - "Searched {{count}} sites_many": "تم البحث في {{count}} sites_many", - "Searched {{count}} sites_other": "تم البحث في {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "عنوان URL لاستعلام Searxng", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index ac33dcbb3..ce9fc6a22 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -602,6 +602,7 @@ "Name": "Име", "Name your knowledge base": "", "New Chat": "Нов чат", + "New folder": "", "New Password": "Нова парола", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Търси се в {{count}} sites_one", - "Searched {{count}} sites_other": "Търси се в {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL адрес на заявка на Searxng", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 079c8882c..a8b1d0d96 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -602,6 +602,7 @@ "Name": "নাম", "Name your knowledge base": "", "New Chat": "নতুন চ্যাট", + "New folder": "", "New Password": "নতুন পাসওয়ার্ড", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_one", - "Searched {{count}} sites_other": "{{কাউন্ট}} অনুসন্ধান করা হয়েছে sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng ক্যোয়ারী URL", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index acd84e60f..8250ef459 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -602,6 +602,7 @@ "Name": "Nom", "Name your knowledge base": "Anomena la teva base de coneixement", "New Chat": "Nou xat", + "New folder": "", "New Password": "Nova contrasenya", "new-channel": "", "No content found": "No s'ha trobat contingut", @@ -776,9 +777,7 @@ "Search Tools": "Cercar eines", "SearchApi API Key": "Clau API de SearchApi", "SearchApi Engine": "Motor de SearchApi", - "Searched {{count}} sites_one": "S'ha cercat {{count}} una pàgina", - "Searched {{count}} sites_many": "S'han cercat {{count}} pàgines", - "Searched {{count}} sites_other": "S'han cercat {{count}} pàgines", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Cercant \"{{searchQuery}}\" al coneixement", "Searxng Query URL": "URL de consulta de Searxng", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 57ef9f64d..772a18568 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -602,6 +602,7 @@ "Name": "Ngalan", "Name your knowledge base": "", "New Chat": "Bag-ong diskusyon", + "New folder": "", "New Password": "Bag-ong Password", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "", - "Searched {{count}} sites_other": "", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "", diff --git a/src/lib/i18n/locales/cs-CZ/translation.json b/src/lib/i18n/locales/cs-CZ/translation.json index 3b5ed4246..a3d4ba6f4 100644 --- a/src/lib/i18n/locales/cs-CZ/translation.json +++ b/src/lib/i18n/locales/cs-CZ/translation.json @@ -602,6 +602,7 @@ "Name": "Jméno", "Name your knowledge base": "", "New Chat": "Nový chat", + "New folder": "", "New Password": "Nové heslo", "new-channel": "", "No content found": "Nebyly nalezeny žádné obsahové informace.", @@ -776,10 +777,7 @@ "Search Tools": "Nástroje pro vyhledávání", "SearchApi API Key": "Klíč API pro SearchApi", "SearchApi Engine": "Vyhledávací engine API", - "Searched {{count}} sites_one": "Prohledáno {{count}} stránek_one", - "Searched {{count}} sites_few": "", - "Searched {{count}} sites_many": "", - "Searched {{count}} sites_other": "Prohledáno {{count}} stránek_jiných", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Hledání \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Vyhledávání znalostí pro \"{{searchQuery}}\"", "Searxng Query URL": "Adresa URL dotazu Searxng", diff --git a/src/lib/i18n/locales/da-DK/translation.json b/src/lib/i18n/locales/da-DK/translation.json index fea31cb34..d3e14e0ae 100644 --- a/src/lib/i18n/locales/da-DK/translation.json +++ b/src/lib/i18n/locales/da-DK/translation.json @@ -602,6 +602,7 @@ "Name": "Navn", "Name your knowledge base": "", "New Chat": "Ny chat", + "New folder": "", "New Password": "Ny adgangskode", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "Søg i værktøjer", "SearchApi API Key": "SearchApi API-nøgle", "SearchApi Engine": "SearchApi-engine", - "Searched {{count}} sites_one": "Søgte {{count}} websted", - "Searched {{count}} sites_other": "Søgte {{count}} websteder", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Søger efter \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Søger i viden efter \"{{searchQuery}}\"", "Searxng Query URL": "Searxng forespørgsels-URL", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index d8e1026ef..990761239 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -602,6 +602,7 @@ "Name": "Name", "Name your knowledge base": "Benennen Sie Ihren Wissensspeicher", "New Chat": "Neue Unterhaltung", + "New folder": "", "New Password": "Neues Passwort", "new-channel": "", "No content found": "Kein Inhalt gefunden", @@ -776,8 +777,7 @@ "Search Tools": "Werkzeuge durchsuchen...", "SearchApi API Key": "SearchApi-API-Schlüssel", "SearchApi Engine": "SearchApi-Engine", - "Searched {{count}} sites_one": "{{count}} Seite durchsucht", - "Searched {{count}} sites_other": "{{count}} Seiten durchsucht", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Suche nach \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Suche im Wissen nach \"{{searchQuery}}\"", "Searxng Query URL": "Searxng-Abfrage-URL", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 8d3638210..3c1e6d5d9 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -602,6 +602,7 @@ "Name": "Name", "Name your knowledge base": "", "New Chat": "New Bark", + "New folder": "", "New Password": "New Barkword", "new-channel": "", "No content found": "", @@ -776,10 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "", - "Searched {{count}} sites_few": "", - "Searched {{count}} sites_many": "", - "Searched {{count}} sites_other": "", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "", diff --git a/src/lib/i18n/locales/el-GR/translation.json b/src/lib/i18n/locales/el-GR/translation.json index 56e89aac6..611ad82d1 100644 --- a/src/lib/i18n/locales/el-GR/translation.json +++ b/src/lib/i18n/locales/el-GR/translation.json @@ -602,6 +602,7 @@ "Name": "Όνομα", "Name your knowledge base": "Ονομάστε τη βάση γνώσης σας", "New Chat": "Νέα Συνομιλία", + "New folder": "", "New Password": "Νέος Κωδικός", "new-channel": "", "No content found": "Δεν βρέθηκε περιεχόμενο", @@ -776,8 +777,7 @@ "Search Tools": "Αναζήτηση Εργαλείων", "SearchApi API Key": "Κλειδί API SearchApi", "SearchApi Engine": "Μηχανή SearchApi", - "Searched {{count}} sites_one": "Αναζήτησε {{count}} site", - "Searched {{count}} sites_other": "Αναζήτησε {{count}} sites", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Αναζήτηση \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Αναζήτηση Γνώσης για \"{{searchQuery}}\"", "Searxng Query URL": "URL Ερώτησης Searxng", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 2dfefa808..73768dda3 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -602,6 +602,7 @@ "Name": "", "Name your knowledge base": "", "New Chat": "", + "New folder": "", "New Password": "", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "", - "Searched {{count}} sites_other": "", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 2dfefa808..73768dda3 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -602,6 +602,7 @@ "Name": "", "Name your knowledge base": "", "New Chat": "", + "New folder": "", "New Password": "", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "", - "Searched {{count}} sites_other": "", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index 6be08beea..44beaf953 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -602,6 +602,7 @@ "Name": "Nombre", "Name your knowledge base": "", "New Chat": "Nuevo Chat", + "New folder": "", "New Password": "Nueva Contraseña", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "Búsqueda de herramientas", "SearchApi API Key": "Clave API de SearchApi", "SearchApi Engine": "Motor de SearchApi", - "Searched {{count}} sites_one": "Buscado {{count}} sites_one", - "Searched {{count}} sites_many": "Buscado {{count}} sites_many", - "Searched {{count}} sites_other": "Buscó {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Buscando \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Buscando Conocimiento para \"{{searchQuery}}\"", "Searxng Query URL": "Searxng URL de consulta", diff --git a/src/lib/i18n/locales/eu-ES/translation.json b/src/lib/i18n/locales/eu-ES/translation.json index faac03dc7..82004c2f2 100644 --- a/src/lib/i18n/locales/eu-ES/translation.json +++ b/src/lib/i18n/locales/eu-ES/translation.json @@ -602,6 +602,7 @@ "Name": "Izena", "Name your knowledge base": "Izendatu zure ezagutza-basea", "New Chat": "Txat berria", + "New folder": "", "New Password": "Pasahitz berria", "new-channel": "", "No content found": "Ez da edukirik aurkitu", @@ -776,8 +777,7 @@ "Search Tools": "Bilaketa tresnak", "SearchApi API Key": "SearchApi API gakoa", "SearchApi Engine": "SearchApi motorra", - "Searched {{count}} sites_one": "Gune {{count}} bilatuta", - "Searched {{count}} sites_other": "{{count}} gune bilatuta", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" bilatzen", "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"rentzako ezagutza bilatzen", "Searxng Query URL": "Searxng kontsulta URLa", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index 2b9bf87b2..38e6edb3b 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -602,6 +602,7 @@ "Name": "نام", "Name your knowledge base": "", "New Chat": "گپ جدید", + "New folder": "", "New Password": "رمز عبور جدید", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "ابزارهای جستجو", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "جستجو {{count}} sites_one", - "Searched {{count}} sites_other": "جستجو {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "جستجوی «{{searchQuery}}»", "Searching Knowledge for \"{{searchQuery}}\"": "جستجوی دانش برای «{{searchQuery}}»", "Searxng Query URL": "نشانی وب جستجوی Searxng", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 6a7705a60..4ae5a40b2 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -602,6 +602,7 @@ "Name": "Nimi", "Name your knowledge base": "Anna tietokannalle nimi", "New Chat": "Uusi keskustelu", + "New folder": "", "New Password": "Uusi salasana", "new-channel": "", "No content found": "Sisältöä ei löytynyt", @@ -776,8 +777,7 @@ "Search Tools": "Hae työkaluja", "SearchApi API Key": "SearchApi API -avain", "SearchApi Engine": "SearchApi-moottori", - "Searched {{count}} sites_one": "Haettu {{count}} sivusto", - "Searched {{count}} sites_other": "Haettu {{count}} sivustoa", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Haetaan \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Haetaan tietämystä \"{{searchQuery}}\"", "Searxng Query URL": "Searxng-kyselyn URL-osoite", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 6c0279733..0d3766385 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -602,6 +602,7 @@ "Name": "Nom", "Name your knowledge base": "", "New Chat": "Nouvelle conversation", + "New folder": "", "New Password": "Nouveau mot de passe", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "Outils de recherche", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Recherché {{count}} site(s)_one", - "Searched {{count}} sites_many": "Recherché {{count}} sites_many", - "Searched {{count}} sites_other": "Recherché {{count}} sites_autres", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL de recherche Searxng", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 094d26968..f5b8af8d0 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -602,6 +602,7 @@ "Name": "Nom d'utilisateur", "Name your knowledge base": "Nommez votre base de connaissances", "New Chat": "Nouvelle conversation", + "New folder": "", "New Password": "Nouveau mot de passe", "new-channel": "", "No content found": "Aucun contenu trouvé", @@ -776,9 +777,7 @@ "Search Tools": "Rechercher des outils", "SearchApi API Key": "Clé API SearchApi", "SearchApi Engine": "Moteur de recherche SearchApi", - "Searched {{count}} sites_one": "Recherché {{count}} site(s)_one", - "Searched {{count}} sites_many": "Recherché {{count}} sites_many", - "Searched {{count}} sites_other": "Recherché {{count}} sites_autres", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Recherche de « {{searchQuery}} »", "Searching Knowledge for \"{{searchQuery}}\"": "Recherche des connaissances pour « {{searchQuery}} »", "Searxng Query URL": "URL de recherche Searxng", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index 355270a4e..788a3e92e 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -602,6 +602,7 @@ "Name": "שם", "Name your knowledge base": "", "New Chat": "צ'אט חדש", + "New folder": "", "New Password": "סיסמה חדשה", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "חיפש {{count}} sites_one", - "Searched {{count}} sites_two": "חיפש {{count}} sites_two", - "Searched {{count}} sites_other": "חיפש {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "כתובת URL של שאילתת Searxng", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index bb84a49a4..4522cbcbe 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -602,6 +602,7 @@ "Name": "नाम", "Name your knowledge base": "", "New Chat": "नई चैट", + "New folder": "", "New Password": "नया पासवर्ड", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "{{count}} sites_one खोजा गया", - "Searched {{count}} sites_other": "{{count}} sites_other खोजा गया", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng क्वेरी URL", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index eb8dd7fd9..ae501cd81 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -602,6 +602,7 @@ "Name": "Ime", "Name your knowledge base": "", "New Chat": "Novi razgovor", + "New folder": "", "New Password": "Nova lozinka", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "Alati za pretraživanje", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Pretraženo {{count}} sites_one", - "Searched {{count}} sites_few": "Pretraženo {{count}} sites_few", - "Searched {{count}} sites_other": "Pretraženo {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng URL upita", diff --git a/src/lib/i18n/locales/hu-HU/translation.json b/src/lib/i18n/locales/hu-HU/translation.json index d1066455d..84fbfdb54 100644 --- a/src/lib/i18n/locales/hu-HU/translation.json +++ b/src/lib/i18n/locales/hu-HU/translation.json @@ -602,6 +602,7 @@ "Name": "Név", "Name your knowledge base": "", "New Chat": "Új beszélgetés", + "New folder": "", "New Password": "Új jelszó", "new-channel": "", "No content found": "Nem található tartalom", @@ -776,8 +777,7 @@ "Search Tools": "Eszközök keresése", "SearchApi API Key": "SearchApi API kulcs", "SearchApi Engine": "SearchApi motor", - "Searched {{count}} sites_one": "{{count}} oldal keresve", - "Searched {{count}} sites_other": "{{count}} oldal keresve", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Keresés: \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Tudásbázis keresése: \"{{searchQuery}}\"", "Searxng Query URL": "Searxng lekérdezési URL", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 656b1a474..d0b431339 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -602,6 +602,7 @@ "Name": "Nama", "Name your knowledge base": "", "New Chat": "Obrolan Baru", + "New folder": "", "New Password": "Kata Sandi Baru", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "Alat Pencarian", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Mencari {{count}} situs_satu", - "Searched {{count}} sites_other": "Mencari {{count}} situs_lain", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Mencari \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL Kueri Pencarian Searxng", diff --git a/src/lib/i18n/locales/ie-GA/translation.json b/src/lib/i18n/locales/ie-GA/translation.json index d35de46d4..5b5651226 100644 --- a/src/lib/i18n/locales/ie-GA/translation.json +++ b/src/lib/i18n/locales/ie-GA/translation.json @@ -602,6 +602,7 @@ "Name": "Ainm", "Name your knowledge base": "Cuir ainm ar do bhunachar eolais", "New Chat": "Comhrá Nua", + "New folder": "", "New Password": "Pasfhocal Nua", "new-channel": "", "No content found": "Níor aimsíodh aon ábhar", @@ -776,8 +777,7 @@ "Search Tools": "Uirlisí Cuardaigh", "SearchApi API Key": "Eochair API SearchAPI", "SearchApi Engine": "Inneall SearchAPI", - "Searched {{count}} sites_one": "Cuardaigh {{count}} sites_one", - "Searched {{count}} sites_other": "Cuardaigh {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Ag cuardach \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Cuardach Eolas do \"{{searchQuery}}\"", "Searxng Query URL": "URL ceisteanna cuardaigh", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index 271c3ead4..b88404f06 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -602,6 +602,7 @@ "Name": "Nome", "Name your knowledge base": "", "New Chat": "Nuova chat", + "New folder": "", "New Password": "Nuova password", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Ricercato {{count}} sites_one", - "Searched {{count}} sites_many": "Ricercato {{count}} sites_many", - "Searched {{count}} sites_other": "Ricercato {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng Query URL", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 6bbc8a9da..501ac4d4a 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -602,6 +602,7 @@ "Name": "名前", "Name your knowledge base": "", "New Chat": "新しいチャット", + "New folder": "", "New Password": "新しいパスワード", "new-channel": "", "No content found": "", @@ -776,7 +777,7 @@ "Search Tools": "ツールの検索", "SearchApi API Key": "SearchApiのAPIKey", "SearchApi Engine": "SearchApiエンジン", - "Searched {{count}} sites_other": "{{count}} sites_other検索", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng クエリ URL", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 8781ae747..3f691e5fc 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -602,6 +602,7 @@ "Name": "სახელი", "Name your knowledge base": "", "New Chat": "ახალი მიმოწერა", + "New folder": "", "New Password": "ახალი პაროლი", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Searched {{count}} sites_one", - "Searched {{count}} sites_other": "Searched {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng Query URL", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 62002639c..1cdde256f 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -602,6 +602,7 @@ "Name": "이름", "Name your knowledge base": "", "New Chat": "새 채팅", + "New folder": "", "New Password": "새 비밀번호", "new-channel": "", "No content found": "내용을 찾을 수 없음", @@ -776,8 +777,7 @@ "Search Tools": "검색 도구", "SearchApi API Key": "SearchApi API 키", "SearchApi Engine": "SearchApi 엔진", - "Searched {{count}} sites_one": "sites_one {{count}} 검색됨", - "Searched {{count}} sites_other": "sites_other {{count}} 검색됨", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" 검색 중", "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\"위한 지식 기반 검색 중", "Searxng Query URL": "Searxng 쿼리 URL", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index e55cd1e9c..80cc41312 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -602,6 +602,7 @@ "Name": "Pavadinimas", "Name your knowledge base": "", "New Chat": "Naujas pokalbis", + "New folder": "", "New Password": "Naujas slaptažodis", "new-channel": "", "No content found": "", @@ -776,10 +777,7 @@ "Search Tools": "Paieškos įrankiai", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Ieškota {{count}} sites_one", - "Searched {{count}} sites_few": "Ieškota {{count}} sites_few", - "Searched {{count}} sites_many": "Ieškota {{count}} sites_many", - "Searched {{count}} sites_other": "Ieškota {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Ieškoma \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng užklausos URL", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 3ca528596..e301180d0 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -602,6 +602,7 @@ "Name": "Nama", "Name your knowledge base": "", "New Chat": "Perbualan Baru", + "New folder": "", "New Password": "Kata Laluan Baru", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "Alat Carian", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Mencari {{count}} sites_one", - "Searched {{count}} sites_other": "Mencari {{count}} tapak_lain", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "encari \"{{ searchQuery }}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL Pertanyaan Searxng", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 130342b7e..2ab380789 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -602,6 +602,7 @@ "Name": "Navn", "Name your knowledge base": "Gi kunnskapsbasen et navn", "New Chat": "Ny chat", + "New folder": "", "New Password": "Nytt passord", "new-channel": "", "No content found": "Finner ikke noe innhold", @@ -776,8 +777,7 @@ "Search Tools": "Søkeverktøy", "SearchApi API Key": "API-nøkkel for SearchApi", "SearchApi Engine": "Motor for SearchApi", - "Searched {{count}} sites_one": "Søkte i {{count}} sites_one", - "Searched {{count}} sites_other": "Søkte i {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Søker etter \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Søker etter kunnskap for \"{{searchQuery}}\"", "Searxng Query URL": "Searxng forespørsels-URL", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index f59a58f44..e49a2575a 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -602,6 +602,7 @@ "Name": "Naam", "Name your knowledge base": "Geef je kennisbasis een naam", "New Chat": "Nieuwe Chat", + "New folder": "", "New Password": "Nieuw Wachtwoord", "new-channel": "", "No content found": "Geen content gevonden", @@ -776,8 +777,7 @@ "Search Tools": "Zoek gereedschappen", "SearchApi API Key": "SearchApi API-sleutel", "SearchApi Engine": "SearchApi Engine", - "Searched {{count}} sites_one": "Gezocht op {{count}} sites_one", - "Searched {{count}} sites_other": "Gezocht op {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aan het zoeken.", "Searching Knowledge for \"{{searchQuery}}\"": "Zoek kennis bij \"{{searchQuery}}\"", "Searxng Query URL": "Searxng Query URL", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index f1180a9e5..da3222f14 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -602,6 +602,7 @@ "Name": "ਨਾਮ", "Name your knowledge base": "", "New Chat": "ਨਵੀਂ ਗੱਲਬਾਤ", + "New folder": "", "New Password": "ਨਵਾਂ ਪਾਸਵਰਡ", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "ਖੋਜਿਆ {{count}} sites_one", - "Searched {{count}} sites_other": "ਖੋਜਿਆ {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng Query URL", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 75dd8a674..dac2ac9d0 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -602,6 +602,7 @@ "Name": "Nazwa", "Name your knowledge base": "", "New Chat": "Nowy czat", + "New folder": "", "New Password": "Nowe hasło", "new-channel": "", "No content found": "", @@ -776,10 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Wyszukiwano {{count}} sites_one", - "Searched {{count}} sites_few": "Wyszukiwano {{count}} sites_few", - "Searched {{count}} sites_many": "Wyszukiwano {{count}} sites_many", - "Searched {{count}} sites_other": "Wyszukiwano {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Adres URL zapytania Searxng", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 30ce56e15..80b1415f3 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -602,6 +602,7 @@ "Name": "Nome", "Name your knowledge base": "Nome da sua base de conhecimento", "New Chat": "Novo Chat", + "New folder": "", "New Password": "Nova Senha", "new-channel": "", "No content found": "Nenhum conteúdo encontrado", @@ -776,9 +777,7 @@ "Search Tools": "Pesquisar Ferramentas", "SearchApi API Key": "Chave API SearchApi", "SearchApi Engine": "Motor SearchApi", - "Searched {{count}} sites_one": "Pesquisou {{count}} sites_one", - "Searched {{count}} sites_many": "Pesquisou {{count}} sites_many", - "Searched {{count}} sites_other": "Pesquisou {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Pesquisando \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Buscando conhecimento para \"{{searchQuery}}\"", "Searxng Query URL": "URL da Consulta Searxng", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index d901f2ee7..3cda27bc6 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -602,6 +602,7 @@ "Name": "Nome", "Name your knowledge base": "", "New Chat": "Nova Conversa", + "New folder": "", "New Password": "Nova Senha", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Pesquisado {{count}} sites_one", - "Searched {{count}} sites_many": "Pesquisado {{count}} sites_many", - "Searched {{count}} sites_other": "Pesquisado {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL de consulta Searxng", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index e3b984f76..be9820051 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -602,6 +602,7 @@ "Name": "Nume", "Name your knowledge base": "", "New Chat": "Conversație Nouă", + "New folder": "", "New Password": "Parolă Nouă", "new-channel": "", "No content found": "Nu a fost găsit niciun conținut", @@ -776,9 +777,7 @@ "Search Tools": "Caută Instrumente", "SearchApi API Key": "Cheie API pentru SearchApi", "SearchApi Engine": "Motorul SearchApi", - "Searched {{count}} sites_one": "{{count}} site căutat", - "Searched {{count}} sites_few": "", - "Searched {{count}} sites_other": "{{count}} alte site-uri căutate", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Căutare \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Căutare cunoștințe pentru \"{{searchQuery}}\"", "Searxng Query URL": "URL Interogare Searxng", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 9ea1d539a..195faaeb0 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -602,6 +602,7 @@ "Name": "Имя", "Name your knowledge base": "", "New Chat": "Новый чат", + "New folder": "", "New Password": "Новый пароль", "new-channel": "", "No content found": "Контент не найден", @@ -776,10 +777,7 @@ "Search Tools": "Поиск инструментов", "SearchApi API Key": "Ключ SearchApi API", "SearchApi Engine": "Движок SearchApi", - "Searched {{count}} sites_one": "Просмотрено {count}} sites_one", - "Searched {{count}} sites_few": "Просмотрено {{count}} sites_few", - "Searched {{count}} sites_many": "Просмотрено {{count}} sites_many", - "Searched {{count}} sites_other": "Просмотрено {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Поиск \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Поиск знания для \"{{searchQuery}}\"", "Searxng Query URL": "URL-адрес запроса Searxng", diff --git a/src/lib/i18n/locales/sk-SK/translation.json b/src/lib/i18n/locales/sk-SK/translation.json index 58fb14d35..03a287c5d 100644 --- a/src/lib/i18n/locales/sk-SK/translation.json +++ b/src/lib/i18n/locales/sk-SK/translation.json @@ -602,6 +602,7 @@ "Name": "Meno", "Name your knowledge base": "", "New Chat": "Nový chat", + "New folder": "", "New Password": "Nové heslo", "new-channel": "", "No content found": "Nebol nájdený žiadny obsah.", @@ -776,10 +777,7 @@ "Search Tools": "Nástroje na vyhľadávanie", "SearchApi API Key": "Kľúč API pre SearchApi", "SearchApi Engine": "Vyhľadávací engine API", - "Searched {{count}} sites_one": "Prehľadané {{count}} stránky_one", - "Searched {{count}} sites_few": "", - "Searched {{count}} sites_many": "", - "Searched {{count}} sites_other": "Prehľadané {{count}} stránky_iné", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Hľadanie \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Vyhľadávanie znalostí pre \"{{searchQuery}}\"", "Searxng Query URL": "Adresa URL dotazu Searxng", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index 950914bd5..35f24695d 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -602,6 +602,7 @@ "Name": "Име", "Name your knowledge base": "", "New Chat": "Ново ћаскање", + "New folder": "", "New Password": "Нова лозинка", "new-channel": "", "No content found": "", @@ -776,9 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Претражио {{цоунт}} ситес_оне", - "Searched {{count}} sites_few": "Претражио {{цоунт}} ситес_феw", - "Searched {{count}} sites_other": "Претражио {{цоунт}} ситес_отхер", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "УРЛ адреса Сеарxнг упита", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index 18ed70abd..be9d7e135 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -602,6 +602,7 @@ "Name": "Namn", "Name your knowledge base": "", "New Chat": "Ny chatt", + "New folder": "", "New Password": "Nytt lösenord", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "Sökverktyg", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "Sökte på {{count}} sites_one", - "Searched {{count}} sites_other": "Sökte på {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Söker \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "Searxng Query URL", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 2a8d8dc14..6d1138f12 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -602,6 +602,7 @@ "Name": "ชื่อ", "Name your knowledge base": "", "New Chat": "แชทใหม่", + "New folder": "", "New Password": "รหัสผ่านใหม่", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "เครื่องมือค้นหา", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "ค้นหา {{count}} เว็บไซต์", - "Searched {{count}} sites_other": "ค้นหา {{count}} เว็บไซต์", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "กำลังค้นหา \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL คำค้นหา", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 2dfefa808..73768dda3 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -602,6 +602,7 @@ "Name": "", "Name your knowledge base": "", "New Chat": "", + "New folder": "", "New Password": "", "new-channel": "", "No content found": "", @@ -776,8 +777,7 @@ "Search Tools": "", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_one": "", - "Searched {{count}} sites_other": "", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index ef47da1c7..c4317bcb2 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -602,6 +602,7 @@ "Name": "Ad", "Name your knowledge base": "", "New Chat": "Yeni Sohbet", + "New folder": "", "New Password": "Yeni Parola", "new-channel": "", "No content found": "İçerik bulunamadı", @@ -776,8 +777,7 @@ "Search Tools": "Arama Araçları", "SearchApi API Key": "Arama-API API Anahtarı", "SearchApi Engine": "Arama-API Motoru", - "Searched {{count}} sites_one": "Arandı {{count}} sites_one", - "Searched {{count}} sites_other": "Arandı {{count}} sites_other", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" aranıyor", "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" için Bilgi aranıyor", "Searxng Query URL": "Searxng Sorgu URL'si", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index d14b28d47..1afd18aa2 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -602,6 +602,7 @@ "Name": "Ім'я", "Name your knowledge base": "Назвіть вашу базу знань", "New Chat": "Новий чат", + "New folder": "", "New Password": "Новий пароль", "new-channel": "", "No content found": "Контент не знайдено.", @@ -776,10 +777,7 @@ "Search Tools": "Пошуку інструментів", "SearchApi API Key": "Ключ API для SearchApi", "SearchApi Engine": "Рушій SearchApi", - "Searched {{count}} sites_one": "Переглянуто {{count}} сайт", - "Searched {{count}} sites_few": "Переглянуто {{count}} сайти", - "Searched {{count}} sites_many": "Переглянуто {{count}} сайтів", - "Searched {{count}} sites_other": "Переглянуто {{count}} сайтів", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Шукаю \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "Пошук знань для \"{{searchQuery}}\"", "Searxng Query URL": "URL-адреса запиту Searxng", diff --git a/src/lib/i18n/locales/ur-PK/translation.json b/src/lib/i18n/locales/ur-PK/translation.json index 458211ec1..3cec00626 100644 --- a/src/lib/i18n/locales/ur-PK/translation.json +++ b/src/lib/i18n/locales/ur-PK/translation.json @@ -602,6 +602,7 @@ "Name": "نام", "Name your knowledge base": "", "New Chat": "نئی بات چیت", + "New folder": "", "New Password": "نیا پاس ورڈ", "new-channel": "", "No content found": "کوئی مواد نہیں ملا", @@ -776,8 +777,7 @@ "Search Tools": "تلاش کے اوزار", "SearchApi API Key": "سرچ اے پی آئی کی API کلید", "SearchApi Engine": "تلاش انجن API", - "Searched {{count}} sites_one": "{{count}} سائٹیں تلاش کی گئی ہیں_ایک", - "Searched {{count}} sites_other": "تلاش کردہ {{count}} سائٹس_دیگر", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "\"{{searchQuery}}\" تلاش کر رہے ہیں", "Searching Knowledge for \"{{searchQuery}}\"": "\"{{searchQuery}}\" کے لیے علم کی تلاش", "Searxng Query URL": "تلاش کا سوال URL", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 399812eae..7e189d4ce 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -602,6 +602,7 @@ "Name": "Tên", "Name your knowledge base": "", "New Chat": "Tạo chat mới", + "New folder": "", "New Password": "Mật khẩu mới", "new-channel": "", "No content found": "", @@ -776,7 +777,7 @@ "Search Tools": "Tìm kiếm Tools", "SearchApi API Key": "", "SearchApi Engine": "", - "Searched {{count}} sites_other": "Đã tìm thấy {{count}} trang web", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "Đang tìm \"{{searchQuery}}\"", "Searching Knowledge for \"{{searchQuery}}\"": "", "Searxng Query URL": "URL truy vấn Searxng", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 4bc32436f..87962f99a 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -602,6 +602,7 @@ "Name": "名称", "Name your knowledge base": "为您的知识库命名", "New Chat": "新对话", + "New folder": "", "New Password": "新密码", "new-channel": "新频道", "No content found": "未发现内容", @@ -776,7 +777,7 @@ "Search Tools": "搜索工具", "SearchApi API Key": "SearchApi API 密钥", "SearchApi Engine": "SearchApi 引擎", - "Searched {{count}} sites_other": "搜索到 {{count}} 个结果", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "搜索 \"{{searchQuery}}\" 中", "Searching Knowledge for \"{{searchQuery}}\"": "检索有关 \"{{searchQuery}}\" 的知识中", "Searxng Query URL": "Searxng 查询 URL", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 454b41ebe..5517a6678 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -602,6 +602,7 @@ "Name": "名稱", "Name your knowledge base": "命名您的知識庫", "New Chat": "新增對話", + "New folder": "", "New Password": "新密碼", "new-channel": "", "No content found": "找不到內容", @@ -776,8 +777,7 @@ "Search Tools": "搜尋工具", "SearchApi API Key": "SearchApi API 金鑰", "SearchApi Engine": "SearchApi 引擎", - "Searched {{count}} sites_one": "已搜尋 {{count}} 個網站", - "Searched {{count}} sites_other": "已搜尋 {{count}} 個網站", + "Searched {{count}} sites": "", "Searching \"{{searchQuery}}\"": "正在搜尋「{{searchQuery}}」", "Searching Knowledge for \"{{searchQuery}}\"": "正在搜尋知識庫中的「{{searchQuery}}」", "Searxng Query URL": "Searxng 查詢 URL", diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index e4c833723..91c3ce871 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -10,7 +10,6 @@ import { TTS_RESPONSE_SPLIT } from '$lib/types'; export const sleep = (ms: number) => new Promise((resolve) => setTimeout(resolve, ms)); - function escapeRegExp(string: string): string { return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); }