diff --git a/src/lib/components/chat/MessageInput.svelte b/src/lib/components/chat/MessageInput.svelte index 706783287..4d47a9cf5 100644 --- a/src/lib/components/chat/MessageInput.svelte +++ b/src/lib/components/chat/MessageInput.svelte @@ -17,10 +17,7 @@ import { blobToFile, findWordIndices } from '$lib/utils'; import { transcribeAudio } from '$lib/apis/audio'; - import { - getFileLimitSettings, - processDocToVectorDB, - } from '$lib/apis/rag'; + import { getFileLimitSettings, processDocToVectorDB } from '$lib/apis/rag'; import { uploadFile } from '$lib/apis/files'; import { diff --git a/src/lib/i18n/locales/ar-BH/translation.json b/src/lib/i18n/locales/ar-BH/translation.json index c418fa581..19d99efb6 100644 --- a/src/lib/i18n/locales/ar-BH/translation.json +++ b/src/lib/i18n/locales/ar-BH/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "أدخل معرف محرك PSE من Google", "Enter Image Size (e.g. 512x512)": "(e.g. 512x512) أدخل حجم الصورة ", "Enter language codes": "أدخل كود اللغة", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "(e.g. {{modelTag}}) أدخل الموديل تاق", "Enter Number of Steps (e.g. 50)": "(e.g. 50) أدخل عدد الخطوات", diff --git a/src/lib/i18n/locales/bg-BG/translation.json b/src/lib/i18n/locales/bg-BG/translation.json index 258040b10..cf90cbb3e 100644 --- a/src/lib/i18n/locales/bg-BG/translation.json +++ b/src/lib/i18n/locales/bg-BG/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Въведете идентификатор на двигателя на Google PSE", "Enter Image Size (e.g. 512x512)": "Въведете размер на изображението (напр. 512x512)", "Enter language codes": "Въведете кодове на езика", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Въведете таг на модел (напр. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Въведете брой стъпки (напр. 50)", diff --git a/src/lib/i18n/locales/bn-BD/translation.json b/src/lib/i18n/locales/bn-BD/translation.json index 985fd0e5f..4f35e471d 100644 --- a/src/lib/i18n/locales/bn-BD/translation.json +++ b/src/lib/i18n/locales/bn-BD/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "গুগল পিএসই ইঞ্জিন আইডি লিখুন", "Enter Image Size (e.g. 512x512)": "ছবির মাপ লিখুন (যেমন 512x512)", "Enter language codes": "ল্যাঙ্গুয়েজ কোড লিখুন", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "মডেল ট্যাগ লিখুন (e.g. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "ধাপের সংখ্যা দিন (যেমন: 50)", diff --git a/src/lib/i18n/locales/ca-ES/translation.json b/src/lib/i18n/locales/ca-ES/translation.json index d786761b5..81bcd939a 100644 --- a/src/lib/i18n/locales/ca-ES/translation.json +++ b/src/lib/i18n/locales/ca-ES/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Introdueix l'identificador del motor PSE de Google", "Enter Image Size (e.g. 512x512)": "Introdueix la mida de la imatge (p. ex. 512x512)", "Enter language codes": "Introdueix els codis de llenguatge", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "Introdueix l'identificador del model", "Enter model tag (e.g. {{modelTag}})": "Introdueix l'etiqueta del model (p. ex. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Introdueix el nombre de passos (p. ex. 50)", diff --git a/src/lib/i18n/locales/ceb-PH/translation.json b/src/lib/i18n/locales/ceb-PH/translation.json index c046eeff3..5dcbb5991 100644 --- a/src/lib/i18n/locales/ceb-PH/translation.json +++ b/src/lib/i18n/locales/ceb-PH/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "", "Enter Image Size (e.g. 512x512)": "Pagsulod sa gidak-on sa hulagway (pananglitan 512x512)", "Enter language codes": "", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Pagsulod sa template tag (e.g. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Pagsulod sa gidaghanon sa mga lakang (e.g. 50)", diff --git a/src/lib/i18n/locales/de-DE/translation.json b/src/lib/i18n/locales/de-DE/translation.json index ccccfca24..dd1f096aa 100644 --- a/src/lib/i18n/locales/de-DE/translation.json +++ b/src/lib/i18n/locales/de-DE/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Geben Sie die Google PSE-Engine-ID ein", "Enter Image Size (e.g. 512x512)": "Geben Sie die Bildgröße ein (z. B. 512x512)", "Enter language codes": "Geben Sie die Sprachcodes ein", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Gebn Sie den Model-Tag ein", "Enter Number of Steps (e.g. 50)": "Geben Sie die Anzahl an Schritten ein (z. B. 50)", diff --git a/src/lib/i18n/locales/dg-DG/translation.json b/src/lib/i18n/locales/dg-DG/translation.json index da3b9585a..71c7b1e37 100644 --- a/src/lib/i18n/locales/dg-DG/translation.json +++ b/src/lib/i18n/locales/dg-DG/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "", "Enter Image Size (e.g. 512x512)": "Enter Size of Wow (e.g. 512x512)", "Enter language codes": "", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Enter model doge tag (e.g. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Enter Number of Steps (e.g. 50)", diff --git a/src/lib/i18n/locales/en-GB/translation.json b/src/lib/i18n/locales/en-GB/translation.json index 74fd9f297..50803353f 100644 --- a/src/lib/i18n/locales/en-GB/translation.json +++ b/src/lib/i18n/locales/en-GB/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "", "Enter Image Size (e.g. 512x512)": "", "Enter language codes": "", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "", "Enter Number of Steps (e.g. 50)": "", diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 74fd9f297..50803353f 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "", "Enter Image Size (e.g. 512x512)": "", "Enter language codes": "", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "", "Enter Number of Steps (e.g. 50)": "", diff --git a/src/lib/i18n/locales/es-ES/translation.json b/src/lib/i18n/locales/es-ES/translation.json index ec1d0f33f..e2ba3a235 100644 --- a/src/lib/i18n/locales/es-ES/translation.json +++ b/src/lib/i18n/locales/es-ES/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Introduzca el ID del motor PSE de Google", "Enter Image Size (e.g. 512x512)": "Ingrese el tamaño de la imagen (p.ej. 512x512)", "Enter language codes": "Ingrese códigos de idioma", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Ingrese la etiqueta del modelo (p.ej. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Ingrese el número de pasos (p.ej., 50)", diff --git a/src/lib/i18n/locales/fa-IR/translation.json b/src/lib/i18n/locales/fa-IR/translation.json index a89246f61..7eaf65e7b 100644 --- a/src/lib/i18n/locales/fa-IR/translation.json +++ b/src/lib/i18n/locales/fa-IR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "شناسه موتور PSE گوگل را وارد کنید", "Enter Image Size (e.g. 512x512)": "اندازه تصویر را وارد کنید (مثال: 512x512)", "Enter language codes": "کد زبان را وارد کنید", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "تگ مدل را وارد کنید (مثلا {{modelTag}})", "Enter Number of Steps (e.g. 50)": "تعداد گام ها را وارد کنید (مثال: 50)", diff --git a/src/lib/i18n/locales/fi-FI/translation.json b/src/lib/i18n/locales/fi-FI/translation.json index 8ece1d30c..021ba3e8e 100644 --- a/src/lib/i18n/locales/fi-FI/translation.json +++ b/src/lib/i18n/locales/fi-FI/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Anna Google PSE -moottorin tunnus", "Enter Image Size (e.g. 512x512)": "Syötä kuvan koko (esim. 512x512)", "Enter language codes": "Syötä kielikoodit", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Syötä mallitagi (esim. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Syötä askelien määrä (esim. 50)", diff --git a/src/lib/i18n/locales/fr-CA/translation.json b/src/lib/i18n/locales/fr-CA/translation.json index f3838bd4c..a8d9bd79d 100644 --- a/src/lib/i18n/locales/fr-CA/translation.json +++ b/src/lib/i18n/locales/fr-CA/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE", "Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (par ex. 512x512)", "Enter language codes": "Entrez les codes de langue", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Entrez l'étiquette du modèle (par ex. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Entrez le nombre de pas (par ex. 50)", diff --git a/src/lib/i18n/locales/fr-FR/translation.json b/src/lib/i18n/locales/fr-FR/translation.json index 2732a1abd..eb2cf9774 100644 --- a/src/lib/i18n/locales/fr-FR/translation.json +++ b/src/lib/i18n/locales/fr-FR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Entrez l'identifiant du moteur Google PSE", "Enter Image Size (e.g. 512x512)": "Entrez la taille de l'image (par ex. 512x512)", "Enter language codes": "Entrez les codes de langue", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "Entrez l'id du model", "Enter model tag (e.g. {{modelTag}})": "Entrez l'étiquette du modèle (par ex. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Entrez le nombre de pas (par ex. 50)", diff --git a/src/lib/i18n/locales/he-IL/translation.json b/src/lib/i18n/locales/he-IL/translation.json index d7dc4588a..1c9e59bef 100644 --- a/src/lib/i18n/locales/he-IL/translation.json +++ b/src/lib/i18n/locales/he-IL/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "הזן את מזהה מנוע PSE של Google", "Enter Image Size (e.g. 512x512)": "הזן גודל תמונה (למשל 512x512)", "Enter language codes": "הזן קודי שפה", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "הזן תג מודל (למשל {{modelTag}})", "Enter Number of Steps (e.g. 50)": "הזן מספר שלבים (למשל 50)", diff --git a/src/lib/i18n/locales/hi-IN/translation.json b/src/lib/i18n/locales/hi-IN/translation.json index d2a5cbf91..fbe206861 100644 --- a/src/lib/i18n/locales/hi-IN/translation.json +++ b/src/lib/i18n/locales/hi-IN/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Google PSE इंजन आईडी दर्ज करें", "Enter Image Size (e.g. 512x512)": "छवि का आकार दर्ज करें (उदा. 512x512)", "Enter language codes": "भाषा कोड दर्ज करें", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Model tag दर्ज करें (उदा. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "चरणों की संख्या दर्ज करें (उदा. 50)", diff --git a/src/lib/i18n/locales/hr-HR/translation.json b/src/lib/i18n/locales/hr-HR/translation.json index 7eca6d2c9..3c06517e4 100644 --- a/src/lib/i18n/locales/hr-HR/translation.json +++ b/src/lib/i18n/locales/hr-HR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Unesite ID Google PSE motora", "Enter Image Size (e.g. 512x512)": "Unesite veličinu slike (npr. 512x512)", "Enter language codes": "Unesite kodove jezika", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Unesite oznaku modela (npr. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Unesite broj koraka (npr. 50)", diff --git a/src/lib/i18n/locales/id-ID/translation.json b/src/lib/i18n/locales/id-ID/translation.json index 600dd5932..fcb1c653c 100644 --- a/src/lib/i18n/locales/id-ID/translation.json +++ b/src/lib/i18n/locales/id-ID/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Masukkan Id Mesin Google PSE", "Enter Image Size (e.g. 512x512)": "Masukkan Ukuran Gambar (mis. 512x512)", "Enter language codes": "Masukkan kode bahasa", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Masukkan tag model (misalnya {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Masukkan Jumlah Langkah (mis. 50)", diff --git a/src/lib/i18n/locales/it-IT/translation.json b/src/lib/i18n/locales/it-IT/translation.json index b2a81497f..f834b04d9 100644 --- a/src/lib/i18n/locales/it-IT/translation.json +++ b/src/lib/i18n/locales/it-IT/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Inserisci l'ID motore PSE di Google", "Enter Image Size (e.g. 512x512)": "Inserisci la dimensione dell'immagine (ad esempio 512x512)", "Enter language codes": "Inserisci i codici lingua", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Inserisci il tag del modello (ad esempio {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Inserisci il numero di passaggi (ad esempio 50)", diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 8752f5ba3..fda1ae934 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Google PSE エンジン ID を入力します。", "Enter Image Size (e.g. 512x512)": "画像サイズを入力してください (例: 512x512)", "Enter language codes": "言語コードを入力してください", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "モデルタグを入力してください (例: {{modelTag}})", "Enter Number of Steps (e.g. 50)": "ステップ数を入力してください (例: 50)", diff --git a/src/lib/i18n/locales/ka-GE/translation.json b/src/lib/i18n/locales/ka-GE/translation.json index ead974b95..45c432b08 100644 --- a/src/lib/i18n/locales/ka-GE/translation.json +++ b/src/lib/i18n/locales/ka-GE/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "შეიყვანეთ Google PSE ძრავის ID", "Enter Image Size (e.g. 512x512)": "შეიყვანეთ სურათის ზომა (მაგ. 512x512)", "Enter language codes": "შეიყვანეთ ენის კოდი", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "შეიყვანეთ მოდელის ტეგი (მაგ. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "შეიყვანეთ ნაბიჯების რაოდენობა (მაგ. 50)", diff --git a/src/lib/i18n/locales/ko-KR/translation.json b/src/lib/i18n/locales/ko-KR/translation.json index 09d401d7a..fbf64a14d 100644 --- a/src/lib/i18n/locales/ko-KR/translation.json +++ b/src/lib/i18n/locales/ko-KR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Google PSE 엔진 ID 입력", "Enter Image Size (e.g. 512x512)": "이미지 크기 입력(예: 512x512)", "Enter language codes": "언어 코드 입력", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "모델 태그 입력(예: {{modelTag}})", "Enter Number of Steps (e.g. 50)": "단계 수 입력(예: 50)", diff --git a/src/lib/i18n/locales/lt-LT/translation.json b/src/lib/i18n/locales/lt-LT/translation.json index 30dc2c0a6..532ff845a 100644 --- a/src/lib/i18n/locales/lt-LT/translation.json +++ b/src/lib/i18n/locales/lt-LT/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Įveskite Google PSE variklio ID", "Enter Image Size (e.g. 512x512)": "Įveskite paveiksliuko dydį (pvz. 512x512)", "Enter language codes": "Įveskite kalbos kodus", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Įveskite modelio žymą (pvz. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Įveskite žingsnių kiekį (pvz. 50)", diff --git a/src/lib/i18n/locales/ms-MY/translation.json b/src/lib/i18n/locales/ms-MY/translation.json index ff788b6e9..998f786f9 100644 --- a/src/lib/i18n/locales/ms-MY/translation.json +++ b/src/lib/i18n/locales/ms-MY/translation.json @@ -244,6 +244,8 @@ "Enter Google PSE Engine Id": "Masukkan Id Enjin Google PSE", "Enter Image Size (e.g. 512x512)": "Masukkan Saiz Imej (cth 512x512)", "Enter language codes": "Masukkan kod bahasa", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Masukkan tag model (cth {{ modelTag }})", "Enter Number of Steps (e.g. 50)": "Masukkan Bilangan Langkah (cth 50)", diff --git a/src/lib/i18n/locales/nb-NO/translation.json b/src/lib/i18n/locales/nb-NO/translation.json index 232f00a58..99bceb305 100644 --- a/src/lib/i18n/locales/nb-NO/translation.json +++ b/src/lib/i18n/locales/nb-NO/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Skriv inn Google PSE Motor-ID", "Enter Image Size (e.g. 512x512)": "Skriv inn bildestørrelse (f.eks. 512x512)", "Enter language codes": "Skriv inn språkkoder", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Skriv inn modelltag (f.eks. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Skriv inn antall steg (f.eks. 50)", diff --git a/src/lib/i18n/locales/nl-NL/translation.json b/src/lib/i18n/locales/nl-NL/translation.json index c4ee87f65..cb70cf47a 100644 --- a/src/lib/i18n/locales/nl-NL/translation.json +++ b/src/lib/i18n/locales/nl-NL/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Voer Google PSE Engine-ID in", "Enter Image Size (e.g. 512x512)": "Voeg afbeelding formaat toe (Bijv. 512x512)", "Enter language codes": "Voeg taal codes toe", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Voeg model tag toe (Bijv. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Voeg aantal stappen toe (Bijv. 50)", diff --git a/src/lib/i18n/locales/pa-IN/translation.json b/src/lib/i18n/locales/pa-IN/translation.json index a7a6a833b..83cfd333d 100644 --- a/src/lib/i18n/locales/pa-IN/translation.json +++ b/src/lib/i18n/locales/pa-IN/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Google PSE ਇੰਜਣ ID ਦਾਖਲ ਕਰੋ", "Enter Image Size (e.g. 512x512)": "ਚਿੱਤਰ ਆਕਾਰ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 512x512)", "Enter language codes": "ਭਾਸ਼ਾ ਕੋਡ ਦਰਜ ਕਰੋ", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "ਮਾਡਲ ਟੈਗ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ {{modelTag}})", "Enter Number of Steps (e.g. 50)": "ਕਦਮਾਂ ਦੀ ਗਿਣਤੀ ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ 50)", diff --git a/src/lib/i18n/locales/pl-PL/translation.json b/src/lib/i18n/locales/pl-PL/translation.json index 44292a5f2..627eb1617 100644 --- a/src/lib/i18n/locales/pl-PL/translation.json +++ b/src/lib/i18n/locales/pl-PL/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Wprowadź identyfikator aparatu Google PSE", "Enter Image Size (e.g. 512x512)": "Wprowadź rozmiar obrazu (np. 512x512)", "Enter language codes": "Wprowadź kody języków", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Wprowadź tag modelu (np. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Wprowadź liczbę kroków (np. 50)", diff --git a/src/lib/i18n/locales/pt-BR/translation.json b/src/lib/i18n/locales/pt-BR/translation.json index ee2fcee88..283e26999 100644 --- a/src/lib/i18n/locales/pt-BR/translation.json +++ b/src/lib/i18n/locales/pt-BR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Digite o ID do Motor do Google PSE", "Enter Image Size (e.g. 512x512)": "Digite o Tamanho da Imagem (por exemplo, 512x512)", "Enter language codes": "Digite os códigos de idioma", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Digite a tag do modelo (por exemplo, {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Digite o Número de Passos (por exemplo, 50)", diff --git a/src/lib/i18n/locales/pt-PT/translation.json b/src/lib/i18n/locales/pt-PT/translation.json index 871e6074f..91026b8fd 100644 --- a/src/lib/i18n/locales/pt-PT/translation.json +++ b/src/lib/i18n/locales/pt-PT/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Escreva o ID do mecanismo PSE do Google", "Enter Image Size (e.g. 512x512)": "Escreva o Tamanho da Imagem (por exemplo, 512x512)", "Enter language codes": "Escreva os códigos de idioma", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Escreva a tag do modelo (por exemplo, {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Escreva o Número de Etapas (por exemplo, 50)", diff --git a/src/lib/i18n/locales/ro-RO/translation.json b/src/lib/i18n/locales/ro-RO/translation.json index 924485ae5..9a4adb6f9 100644 --- a/src/lib/i18n/locales/ro-RO/translation.json +++ b/src/lib/i18n/locales/ro-RO/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Introduceți ID-ul Motorului Google PSE", "Enter Image Size (e.g. 512x512)": "Introduceți Dimensiunea Imaginii (de ex. 512x512)", "Enter language codes": "Introduceți codurile limbilor", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Introduceți eticheta modelului (de ex. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Introduceți Numărul de Pași (de ex. 50)", diff --git a/src/lib/i18n/locales/ru-RU/translation.json b/src/lib/i18n/locales/ru-RU/translation.json index 35ce6f1eb..0a3feaffc 100644 --- a/src/lib/i18n/locales/ru-RU/translation.json +++ b/src/lib/i18n/locales/ru-RU/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Введите Id движка Google PSE", "Enter Image Size (e.g. 512x512)": "Введите размер изображения (например, 512x512)", "Enter language codes": "Введите коды языков", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Введите тег модели (например, {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Введите количество шагов (например, 50)", diff --git a/src/lib/i18n/locales/sr-RS/translation.json b/src/lib/i18n/locales/sr-RS/translation.json index 6b3e2c26d..f98530b95 100644 --- a/src/lib/i18n/locales/sr-RS/translation.json +++ b/src/lib/i18n/locales/sr-RS/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Унесите Гоогле ПСЕ ИД машине", "Enter Image Size (e.g. 512x512)": "Унесите величину слике (нпр. 512x512)", "Enter language codes": "Унесите кодове језика", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Унесите ознаку модела (нпр. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Унесите број корака (нпр. 50)", diff --git a/src/lib/i18n/locales/sv-SE/translation.json b/src/lib/i18n/locales/sv-SE/translation.json index e0ffa907d..68895c3cc 100644 --- a/src/lib/i18n/locales/sv-SE/translation.json +++ b/src/lib/i18n/locales/sv-SE/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Ange Google PSE Engine Id", "Enter Image Size (e.g. 512x512)": "Ange bildstorlek (t.ex. 512x512)", "Enter language codes": "Skriv språkkoder", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Ange modelltagg (t.ex. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Ange antal steg (t.ex. 50)", diff --git a/src/lib/i18n/locales/th-TH/translation.json b/src/lib/i18n/locales/th-TH/translation.json index 14e45cc13..1f8517016 100644 --- a/src/lib/i18n/locales/th-TH/translation.json +++ b/src/lib/i18n/locales/th-TH/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "ใส่รหัสเครื่องยนต์ของ Google PSE", "Enter Image Size (e.g. 512x512)": "ใส่ขนาดภาพ (เช่น 512x512)", "Enter language codes": "ใส่รหัสภาษา", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "ใส่แท็กโมเดล (เช่น {{modelTag}})", "Enter Number of Steps (e.g. 50)": "ใส่จำนวนขั้นตอน (เช่น 50)", diff --git a/src/lib/i18n/locales/tk-TW/translation.json b/src/lib/i18n/locales/tk-TW/translation.json index 74fd9f297..50803353f 100644 --- a/src/lib/i18n/locales/tk-TW/translation.json +++ b/src/lib/i18n/locales/tk-TW/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "", "Enter Image Size (e.g. 512x512)": "", "Enter language codes": "", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "", "Enter Number of Steps (e.g. 50)": "", diff --git a/src/lib/i18n/locales/tr-TR/translation.json b/src/lib/i18n/locales/tr-TR/translation.json index c6313a434..05d61de43 100644 --- a/src/lib/i18n/locales/tr-TR/translation.json +++ b/src/lib/i18n/locales/tr-TR/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Google PSE Engine Id'sini Girin", "Enter Image Size (e.g. 512x512)": "Görüntü Boyutunu Girin (örn. 512x512)", "Enter language codes": "Dil kodlarını girin", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Model etiketini girin (örn. {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Adım Sayısını Girin (örn. 50)", diff --git a/src/lib/i18n/locales/uk-UA/translation.json b/src/lib/i18n/locales/uk-UA/translation.json index 69bbcacaf..7ea31fbde 100644 --- a/src/lib/i18n/locales/uk-UA/translation.json +++ b/src/lib/i18n/locales/uk-UA/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Введіть Google PSE Engine Id", "Enter Image Size (e.g. 512x512)": "Введіть розмір зображення (напр., 512x512)", "Enter language codes": "Введіть мовні коди", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Введіть тег моделі (напр., {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Введіть кількість кроків (напр., 50)", diff --git a/src/lib/i18n/locales/vi-VN/translation.json b/src/lib/i18n/locales/vi-VN/translation.json index 0a99a5c16..dcd595ea7 100644 --- a/src/lib/i18n/locales/vi-VN/translation.json +++ b/src/lib/i18n/locales/vi-VN/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "Nhập Google PSE Engine Id", "Enter Image Size (e.g. 512x512)": "Nhập Kích thước ảnh (vd: 512x512)", "Enter language codes": "Nhập mã ngôn ngữ", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "Nhập thẻ mô hình (vd: {{modelTag}})", "Enter Number of Steps (e.g. 50)": "Nhập số Steps (vd: 50)", diff --git a/src/lib/i18n/locales/zh-CN/translation.json b/src/lib/i18n/locales/zh-CN/translation.json index b273e08d4..fd90599df 100644 --- a/src/lib/i18n/locales/zh-CN/translation.json +++ b/src/lib/i18n/locales/zh-CN/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "输入 Google PSE 引擎 ID", "Enter Image Size (e.g. 512x512)": "输入图像分辨率 (例如:512x512)", "Enter language codes": "输入语言代码", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "输入模型 ID", "Enter model tag (e.g. {{modelTag}})": "输入模型标签 (例如:{{modelTag}})", "Enter Number of Steps (e.g. 50)": "输入步骤数 (Steps) (例如:50)", diff --git a/src/lib/i18n/locales/zh-TW/translation.json b/src/lib/i18n/locales/zh-TW/translation.json index e6f590a95..ecffab82f 100644 --- a/src/lib/i18n/locales/zh-TW/translation.json +++ b/src/lib/i18n/locales/zh-TW/translation.json @@ -245,6 +245,8 @@ "Enter Google PSE Engine Id": "輸入 Google PSE 引擎 ID", "Enter Image Size (e.g. 512x512)": "輸入圖片大小(例如:512x512)", "Enter language codes": "輸入語言代碼", + "Enter Max File Count": "", + "Enter Max File Size(MB)": "", "Enter Model ID": "", "Enter model tag (e.g. {{modelTag}})": "輸入模型標籤(例如:{{modelTag}})", "Enter Number of Steps (e.g. 50)": "輸入步驟數(例如:50)",