From ace3552e1511635bb3d2b0c33aac46fce67fcaff Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 4 Aug 2024 17:42:16 +0200 Subject: [PATCH] chore: format --- backend/main.py | 2 +- src/lib/i18n/locales/ar-BH/translation.json | 1 + src/lib/i18n/locales/bg-BG/translation.json | 1 + src/lib/i18n/locales/bn-BD/translation.json | 1 + src/lib/i18n/locales/ca-ES/translation.json | 1 + src/lib/i18n/locales/ceb-PH/translation.json | 1 + src/lib/i18n/locales/de-DE/translation.json | 1 + src/lib/i18n/locales/dg-DG/translation.json | 1 + src/lib/i18n/locales/en-GB/translation.json | 1 + src/lib/i18n/locales/en-US/translation.json | 1 + src/lib/i18n/locales/es-ES/translation.json | 1 + src/lib/i18n/locales/fa-IR/translation.json | 1 + src/lib/i18n/locales/fi-FI/translation.json | 1 + src/lib/i18n/locales/fr-CA/translation.json | 1 + src/lib/i18n/locales/fr-FR/translation.json | 1 + src/lib/i18n/locales/he-IL/translation.json | 1 + src/lib/i18n/locales/hi-IN/translation.json | 1 + src/lib/i18n/locales/hr-HR/translation.json | 1 + src/lib/i18n/locales/id-ID/translation.json | 1 + src/lib/i18n/locales/it-IT/translation.json | 1 + src/lib/i18n/locales/ja-JP/translation.json | 1 + src/lib/i18n/locales/ka-GE/translation.json | 1 + src/lib/i18n/locales/ko-KR/translation.json | 1 + src/lib/i18n/locales/lt-LT/translation.json | 1 + src/lib/i18n/locales/ms-MY/translation.json | 1 + src/lib/i18n/locales/nb-NO/translation.json | 1 + src/lib/i18n/locales/nl-NL/translation.json | 1 + src/lib/i18n/locales/pa-IN/translation.json | 1 + src/lib/i18n/locales/pl-PL/translation.json | 1 + src/lib/i18n/locales/pt-BR/translation.json | 1 + src/lib/i18n/locales/pt-PT/translation.json | 1 + src/lib/i18n/locales/ro-RO/translation.json | 1 + src/lib/i18n/locales/ru-RU/translation.json | 1 + src/lib/i18n/locales/sr-RS/translation.json | 1 + src/lib/i18n/locales/sv-SE/translation.json | 1 + src/lib/i18n/locales/th-TH/translation.json | 1 + src/lib/i18n/locales/tk-TW/translation.json | 1 + src/lib/i18n/locales/tr-TR/translation.json | 1 + src/lib/i18n/locales/uk-UA/translation.json | 1 + src/lib/i18n/locales/vi-VN/translation.json | 1 + src/lib/i18n/locales/zh-CN/translation.json | 1 + src/lib/i18n/locales/zh-TW/translation.json | 1 + 42 files changed, 42 insertions(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index c583b0972..d7bff888e 100644 --- a/backend/main.py +++ b/backend/main.py @@ -1657,7 +1657,7 @@ async def get_tools_function_calling(form_data: dict, user=Depends(get_verified_ @app.get("/api/pipelines/list") async def get_pipelines_list(user=Depends(get_admin_user)): - responses = await get_openai_models(raw = True) + responses = await get_openai_models(raw=True) print(responses) urlIdxs = [ diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index 5e7958d71..449131c65 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -509,6 +509,7 @@ "Scan": "مسح", "Scan complete!": "تم المسح", "Scan for documents from {{path}}": "{{path}} مسح على الملفات من", + "Scroll to bottom when switching between branches": "", "Search": "البحث", "Search a model": "البحث عن موديل", "Search Chats": "البحث في الدردشات", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index e27116c6c..76d79d961 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -509,6 +509,7 @@ "Scan": "Сканиране", "Scan complete!": "Сканиране завършено!", "Scan for documents from {{path}}": "Сканиране за документи в {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Търси", "Search a model": "Търси модел", "Search Chats": "Търсене на чатове", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 3d4297294..4a42d872c 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -509,6 +509,7 @@ "Scan": "স্ক্যান", "Scan complete!": "স্ক্যান সম্পন্ন হয়েছে!", "Scan for documents from {{path}}": "ডকুমেন্টসমূহের জন্য {{path}} স্ক্যান করুন", + "Scroll to bottom when switching between branches": "", "Search": "অনুসন্ধান", "Search a model": "মডেল অনুসন্ধান করুন", "Search Chats": "চ্যাট অনুসন্ধান করুন", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index b773c3753..98aa48cd5 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -509,6 +509,7 @@ "Scan": "Escanejar", "Scan complete!": "Escaneigr completat!", "Scan for documents from {{path}}": "Escanejar documents des de {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Cercar", "Search a model": "Cercar un model", "Search Chats": "Cercar xats", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index 64a3976c8..644354f24 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -509,6 +509,7 @@ "Scan": "Aron ma-scan", "Scan complete!": "Nakompleto ang pag-scan!", "Scan for documents from {{path}}": "I-scan ang mga dokumento gikan sa {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Pagpanukiduki", "Search a model": "", "Search Chats": "", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index adf11f0d2..2cca4158c 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -509,6 +509,7 @@ "Scan": "Scannen", "Scan complete!": "Scan abgeschlossen!", "Scan for documents from {{path}}": "Dokumente im {{path}} scannen", + "Scroll to bottom when switching between branches": "", "Search": "Suchen", "Search a model": "Modell suchen", "Search Chats": "Unterhaltungen durchsuchen...", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index 49766723d..8ad4a3fde 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -509,6 +509,7 @@ "Scan": "Scan much scan", "Scan complete!": "Scan complete! Very wow!", "Scan for documents from {{path}}": "Scan for documents from {{path}} wow", + "Scroll to bottom when switching between branches": "", "Search": "Search very search", "Search a model": "", "Search Chats": "", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 9ea698fa9..817b79b40 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -509,6 +509,7 @@ "Scan": "", "Scan complete!": "", "Scan for documents from {{path}}": "", + "Scroll to bottom when switching between branches": "", "Search": "", "Search a model": "", "Search Chats": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 9ea698fa9..817b79b40 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -509,6 +509,7 @@ "Scan": "", "Scan complete!": "", "Scan for documents from {{path}}": "", + "Scroll to bottom when switching between branches": "", "Search": "", "Search a model": "", "Search Chats": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index c11526985..90ba1c5a5 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -509,6 +509,7 @@ "Scan": "Escanear", "Scan complete!": "¡Escaneo completado!", "Scan for documents from {{path}}": "Escanear en busca de documentos desde {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Buscar", "Search a model": "Buscar un modelo", "Search Chats": "Chats de búsqueda", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index bc9094906..789acf83a 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -509,6 +509,7 @@ "Scan": "اسکن", "Scan complete!": "اسکن کامل شد!", "Scan for documents from {{path}}": "اسکن اسناد از {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "جستجو", "Search a model": "جستجوی مدل", "Search Chats": "جستجو گپ ها", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index b5c5d33d9..45741e477 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -509,6 +509,7 @@ "Scan": "Skannaa", "Scan complete!": "Skannaus valmis!", "Scan for documents from {{path}}": "Skannaa asiakirjoja polusta {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Haku", "Search a model": "Hae mallia", "Search Chats": "Etsi chatteja", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index 2206feb61..dbbd6d8aa 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -509,6 +509,7 @@ "Scan": "Scanner", "Scan complete!": "Scan terminé !", "Scan for documents from {{path}}": "Scanner des documents depuis {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Recherche", "Search a model": "Rechercher un modèle", "Search Chats": "Rechercher des conversations", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index b6646b371..2da588cdb 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -509,6 +509,7 @@ "Scan": "Scanner", "Scan complete!": "Scan terminé !", "Scan for documents from {{path}}": "Scanner des documents depuis {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Recherche", "Search a model": "Rechercher un modèle", "Search Chats": "Rechercher des conversations", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index d60dbcc48..dc0f7ed85 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -509,6 +509,7 @@ "Scan": "סרוק", "Scan complete!": "הסריקה הושלמה!", "Scan for documents from {{path}}": "סרוק מסמכים מ-{{path}}", + "Scroll to bottom when switching between branches": "", "Search": "חפש", "Search a model": "חפש מודל", "Search Chats": "חיפוש צ'אטים", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index bf1e57597..1bc3817eb 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -509,6 +509,7 @@ "Scan": "स्कैन", "Scan complete!": "स्कैन पूरा हुआ!", "Scan for documents from {{path}}": "{{path}} से दस्तावेज़ों को स्कैन करें", + "Scroll to bottom when switching between branches": "", "Search": "खोजें", "Search a model": "एक मॉडल खोजें", "Search Chats": "चैट खोजें", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 9e16edd39..32a8d4156 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -509,6 +509,7 @@ "Scan": "Skeniraj", "Scan complete!": "Skeniranje dovršeno!", "Scan for documents from {{path}}": "Skeniraj dokumente s {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Pretraga", "Search a model": "Pretraži model", "Search Chats": "Pretraži razgovore", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 10185db60..fa60d23f8 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -509,6 +509,7 @@ "Scan": "Pindai", "Scan complete!": "Pindai selesai!", "Scan for documents from {{path}}": "Memindai dokumen dari {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Cari", "Search a model": "Mencari model", "Search Chats": "Cari Obrolan", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index a4349f55a..138cee91d 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -509,6 +509,7 @@ "Scan": "Scansione", "Scan complete!": "Scansione completata!", "Scan for documents from {{path}}": "Cerca documenti da {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Cerca", "Search a model": "Cerca un modello", "Search Chats": "Cerca nelle chat", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index e6a088bf5..1d6fe5b41 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -509,6 +509,7 @@ "Scan": "スキャン", "Scan complete!": "スキャン完了!", "Scan for documents from {{path}}": "{{path}} からドキュメントをスキャン", + "Scroll to bottom when switching between branches": "", "Search": "検索", "Search a model": "モデルを検索", "Search Chats": "チャットの検索", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index 615065959..5c0799b5a 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -509,6 +509,7 @@ "Scan": "სკანირება", "Scan complete!": "სკანირება დასრულდა!", "Scan for documents from {{path}}": "დოკუმენტების სკანირება {{ path}}-დან", + "Scroll to bottom when switching between branches": "", "Search": "ძიება", "Search a model": "მოდელის ძიება", "Search Chats": "ჩატების ძებნა", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 997cf6f5c..55809e8c4 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -509,6 +509,7 @@ "Scan": "스캔", "Scan complete!": "스캔 완료!", "Scan for documents from {{path}}": "{{path}} 에서 문서 스캔", + "Scroll to bottom when switching between branches": "", "Search": "검색", "Search a model": "모델 검색", "Search Chats": "채팅 검색", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 9cd609b37..82d25f8d1 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -509,6 +509,7 @@ "Scan": "Skenuoti", "Scan complete!": "Skenavimas baigtas!", "Scan for documents from {{path}}": "Skenuoti dokumentus iš {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Ieškoti", "Search a model": "Ieškoti modelio", "Search Chats": "", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index 98493115c..ed482fa8f 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -509,6 +509,7 @@ "Scan": "Imbas", "Scan complete!": "Imbasan selesai!", "Scan for documents from {{path}}": "Imbas untuk dokumen dari {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Carian", "Search a model": "Cari Model", "Search Chats": "Cari Perbualan", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 5d9c297e9..0700915c3 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -509,6 +509,7 @@ "Scan": "Skann", "Scan complete!": "Skanning fullført!", "Scan for documents from {{path}}": "Skann etter dokumenter fra {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Søk", "Search a model": "Søk en modell", "Search Chats": "Søk chatter", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index 08c2175e0..c1ba4efdf 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -509,6 +509,7 @@ "Scan": "Scan", "Scan complete!": "Scan voltooid!", "Scan for documents from {{path}}": "Scan voor documenten van {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Zoeken", "Search a model": "Zoek een model", "Search Chats": "Chats zoeken", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index 69aefebfa..de55b885f 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -509,6 +509,7 @@ "Scan": "ਸਕੈਨ ਕਰੋ", "Scan complete!": "ਸਕੈਨ ਪੂਰਾ!", "Scan for documents from {{path}}": "{{path}} ਤੋਂ ਡਾਕੂਮੈਂਟਾਂ ਲਈ ਸਕੈਨ ਕਰੋ", + "Scroll to bottom when switching between branches": "", "Search": "ਖੋਜ", "Search a model": "ਇੱਕ ਮਾਡਲ ਖੋਜੋ", "Search Chats": "ਖੋਜ ਚੈਟਾਂ", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index ae3777c0b..901f55ef6 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -509,6 +509,7 @@ "Scan": "Skanuj", "Scan complete!": "Skanowanie zakończone!", "Scan for documents from {{path}}": "Skanuj dokumenty z {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Szukaj", "Search a model": "Szukaj modelu", "Search Chats": "Szukaj w czatach", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index 074a738cd..34df9129d 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -509,6 +509,7 @@ "Scan": "Escanear", "Scan complete!": "Escaneamento concluído!", "Scan for documents from {{path}}": "Escanear documentos de {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Pesquisar", "Search a model": "Pesquisar um modelo", "Search Chats": "Pesquisar Chats", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 919dd5d19..9313879eb 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -509,6 +509,7 @@ "Scan": "Digitalizar", "Scan complete!": "Digitalização concluída!", "Scan for documents from {{path}}": "Digitalizar documentos de {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Pesquisar", "Search a model": "Pesquisar um modelo", "Search Chats": "Pesquisar Conversas", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 58edc6a7c..4154631a4 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -509,6 +509,7 @@ "Scan": "Scanează", "Scan complete!": "Scanare completă!", "Scan for documents from {{path}}": "Scanează pentru documente din {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Caută", "Search a model": "Caută un model", "Search Chats": "Caută în Conversații", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 4424c420b..806a1e7b9 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -509,6 +509,7 @@ "Scan": "Сканировать", "Scan complete!": "Сканирование завершено!", "Scan for documents from {{path}}": "Сканирование документов из {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Поиск", "Search a model": "Поиск модели", "Search Chats": "Поиск в чатах", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index 3f4f7d723..a6722c14a 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -509,6 +509,7 @@ "Scan": "Скенирај", "Scan complete!": "Скенирање завршено!", "Scan for documents from {{path}}": "Скенирај документе из {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Претражи", "Search a model": "Претражи модел", "Search Chats": "Претражи ћаскања", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index d553c2540..a69343945 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -509,6 +509,7 @@ "Scan": "Skanna", "Scan complete!": "Skanning klar!", "Scan for documents from {{path}}": "Skanna efter dokument från {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Sök", "Search a model": "Sök efter en modell", "Search Chats": "Sök i chattar", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 5954873bf..198578bea 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -509,6 +509,7 @@ "Scan": "สแกน", "Scan complete!": "การสแกนเสร็จสมบูรณ์!", "Scan for documents from {{path}}": "สแกนหาเอกสารจาก {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "ค้นหา", "Search a model": "ค้นหาโมเดล", "Search Chats": "ค้นหาแชท", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 9ea698fa9..817b79b40 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -509,6 +509,7 @@ "Scan": "", "Scan complete!": "", "Scan for documents from {{path}}": "", + "Scroll to bottom when switching between branches": "", "Search": "", "Search a model": "", "Search Chats": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index 92021510f..8f81acb5f 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -509,6 +509,7 @@ "Scan": "Tarama", "Scan complete!": "Tarama tamamlandı!", "Scan for documents from {{path}}": "{{path}} dizininden belgeleri tarayın", + "Scroll to bottom when switching between branches": "", "Search": "Ara", "Search a model": "Bir model ara", "Search Chats": "Sohbetleri Ara", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index dff0b4f46..f5e137b29 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -509,6 +509,7 @@ "Scan": "Сканування", "Scan complete!": "Сканування завершено!", "Scan for documents from {{path}}": "Сканування документів з {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Пошук", "Search a model": "Шукати модель", "Search Chats": "Пошук в чатах", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index a3628ea3a..c77119809 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -509,6 +509,7 @@ "Scan": "Quét tài liệu", "Scan complete!": "Quét hoàn tất!", "Scan for documents from {{path}}": "Quét tài liệu từ đường dẫn: {{path}}", + "Scroll to bottom when switching between branches": "", "Search": "Tìm kiếm", "Search a model": "Tìm model", "Search Chats": "Tìm kiếm các cuộc Chat", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index 9db1fd8e8..0ba6f840e 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -509,6 +509,7 @@ "Scan": "立即扫描", "Scan complete!": "扫描完成!", "Scan for documents from {{path}}": "从 {{path}} 扫描文档", + "Scroll to bottom when switching between branches": "", "Search": "搜索", "Search a model": "搜索模型", "Search Chats": "搜索对话", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index 4843e7b61..bc91e4964 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -509,6 +509,7 @@ "Scan": "掃描", "Scan complete!": "掃描完成!", "Scan for documents from {{path}}": "從 {{path}} 掃描文件", + "Scroll to bottom when switching between branches": "", "Search": "搜尋", "Search a model": "搜尋模型", "Search Chats": "搜尋聊天",