Forráskód Böngészése

Merge pull request #3337 from SimonOriginal/dev

Added {$i18n.t('')} keys, updated Ukrainian translation
Timothy Jaeryang Baek 10 hónapja
szülő
commit
c72e911f6a
39 módosított fájl, 165 hozzáadás és 14 törlés
  1. 6 6
      src/lib/components/admin/AddUserModal.svelte
  2. 2 1
      src/lib/components/chat/Settings/About.svelte
  3. 4 0
      src/lib/i18n/locales/ar-BH/translation.json
  4. 4 0
      src/lib/i18n/locales/bg-BG/translation.json
  5. 4 0
      src/lib/i18n/locales/bn-BD/translation.json
  6. 4 0
      src/lib/i18n/locales/ca-ES/translation.json
  7. 4 0
      src/lib/i18n/locales/ceb-PH/translation.json
  8. 4 0
      src/lib/i18n/locales/de-DE/translation.json
  9. 6 0
      src/lib/i18n/locales/dg-DG/translation.json
  10. 4 0
      src/lib/i18n/locales/en-GB/translation.json
  11. 4 0
      src/lib/i18n/locales/en-US/translation.json
  12. 4 0
      src/lib/i18n/locales/es-ES/translation.json
  13. 4 0
      src/lib/i18n/locales/fa-IR/translation.json
  14. 4 0
      src/lib/i18n/locales/fi-FI/translation.json
  15. 4 0
      src/lib/i18n/locales/fr-CA/translation.json
  16. 4 0
      src/lib/i18n/locales/fr-FR/translation.json
  17. 4 0
      src/lib/i18n/locales/he-IL/translation.json
  18. 4 0
      src/lib/i18n/locales/hi-IN/translation.json
  19. 4 0
      src/lib/i18n/locales/hr-HR/translation.json
  20. 4 0
      src/lib/i18n/locales/it-IT/translation.json
  21. 4 0
      src/lib/i18n/locales/ja-JP/translation.json
  22. 4 0
      src/lib/i18n/locales/ka-GE/translation.json
  23. 4 0
      src/lib/i18n/locales/ko-KR/translation.json
  24. 4 0
      src/lib/i18n/locales/lt-LT/translation.json
  25. 4 0
      src/lib/i18n/locales/nb-NO/translation.json
  26. 4 0
      src/lib/i18n/locales/nl-NL/translation.json
  27. 4 0
      src/lib/i18n/locales/pa-IN/translation.json
  28. 4 0
      src/lib/i18n/locales/pl-PL/translation.json
  29. 4 0
      src/lib/i18n/locales/pt-BR/translation.json
  30. 4 0
      src/lib/i18n/locales/pt-PT/translation.json
  31. 4 0
      src/lib/i18n/locales/ru-RU/translation.json
  32. 4 0
      src/lib/i18n/locales/sr-RS/translation.json
  33. 4 0
      src/lib/i18n/locales/sv-SE/translation.json
  34. 4 0
      src/lib/i18n/locales/tk-TW/translation.json
  35. 4 0
      src/lib/i18n/locales/tr-TR/translation.json
  36. 11 7
      src/lib/i18n/locales/uk-UA/translation.json
  37. 4 0
      src/lib/i18n/locales/vi-VN/translation.json
  38. 4 0
      src/lib/i18n/locales/zh-CN/translation.json
  39. 4 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 6 - 6
src/lib/components/admin/AddUserModal.svelte

@@ -153,7 +153,7 @@
 							type="button"
 							on:click={() => {
 								tab = '';
-							}}>Form</button
+							}}>{$i18n.t('Form')}</button
 						>
 
 						<button
@@ -161,7 +161,7 @@
 							type="button"
 							on:click={() => {
 								tab = 'import';
-							}}>CSV Import</button
+							}}>{$i18n.t('CSV Import')}</button
 						>
 					</div>
 					<div class="px-1">
@@ -176,9 +176,9 @@
 										placeholder={$i18n.t('Enter Your Role')}
 										required
 									>
-										<option value="pending"> pending </option>
-										<option value="user"> user </option>
-										<option value="admin"> admin </option>
+										<option value="pending"> {$i18n.t('pending')} </option>
+										<option value="user"> {$i18n.t('user')} </option>
+										<option value="admin"> {$i18n.t('admin')} </option>
 									</select>
 								</div>
 							</div>
@@ -262,7 +262,7 @@
 										class="underline dark:text-gray-200"
 										href="{WEBUI_BASE_URL}/static/user-import.csv"
 									>
-										Click here to download user import template file.
+										{$i18n.t('Click here to download user import template file.')}
 									</a>
 								</div>
 							</div>

+ 2 - 1
src/lib/components/chat/Settings/About.svelte

@@ -132,7 +132,8 @@
 		<div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
 			{#if !$WEBUI_NAME.includes('Open WebUI')}
 				<span class=" text-gray-500 dark:text-gray-300 font-medium">{$WEBUI_NAME}</span> -
-			{/if}{$i18n.t('Created by')}
+			{/if}
+			{$i18n.t('Created by')}
 			<a
 				class=" text-gray-500 dark:text-gray-300 font-medium"
 				href="https://github.com/tjbck"

+ 4 - 0
src/lib/i18n/locales/ar-BH/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "أضغط هنا للمساعدة",
 	"Click here to": "أضغط هنا الانتقال",
+	"Click here to download user import template file.": "",
 	"Click here to select": "أضغط هنا للاختيار",
 	"Click here to select a csv file.": "أضغط هنا للاختيار ملف csv",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "عمل سر جديد",
 	"Created at": "أنشئت في",
 	"Created At": "أنشئت من",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "الموديل المختار",
 	"Current Password": "كلمة السر الحالية",
 	"Custom": "مخصص",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
 	"Focus chat input": "التركيز على إدخال الدردشة",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
+	"Form": "",
 	"Format your variables using square brackets like this:": "قم بتنسيق المتغيرات الخاصة بك باستخدام الأقواس المربعة مثل هذا:",
 	"Frequency Penalty": "عقوبة التردد",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/bg-BG/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Натиснете тук за помощ.",
 	"Click here to": "Натиснете тук за",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Натиснете тук, за да изберете",
 	"Click here to select a csv file.": "Натиснете тук, за да изберете csv файл.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Създаване на нов секретен ключ",
 	"Created at": "Създадено на",
 	"Created At": "Създадено на",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Текущ модел",
 	"Current Password": "Текуща Парола",
 	"Custom": "Персонализиран",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Плавно предаване на големи части от външен отговор",
 	"Focus chat input": "Фокусиране на чат вход",
 	"Followed instructions perfectly": "Следвайте инструкциите перфектно",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Форматирайте вашите променливи, като използвате квадратни скоби, както следва:",
 	"Frequency Penalty": "Наказание за честота",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/bn-BD/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "সাহায্যের জন্য এখানে ক্লিক করুন",
 	"Click here to": "এখানে ক্লিক করুন",
+	"Click here to download user import template file.": "",
 	"Click here to select": "নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a csv file.": "একটি csv ফাইল নির্বাচন করার জন্য এখানে ক্লিক করুন",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "একটি নতুন সিক্রেট কী তৈরি করুন",
 	"Created at": "নির্মানকাল",
 	"Created At": "নির্মানকাল",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "বর্তমান মডেল",
 	"Current Password": "বর্তমান পাসওয়ার্ড",
 	"Custom": "কাস্টম",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "বড় এক্সটার্নাল রেসপন্স চাঙ্কগুলো মসৃণভাবে প্রবাহিত করুন",
 	"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
 	"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
+	"Form": "",
 	"Format your variables using square brackets like this:": "আপনার ভেরিয়বলগুলো এভাবে স্কয়ার ব্রাকেটের মাধ্যমে সাজান",
 	"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ca-ES/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Fes clic aquí per ajuda.",
 	"Click here to": "Fes clic aquí per",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Fes clic aquí per seleccionar",
 	"Click here to select a csv file.": "Fes clic aquí per seleccionar un fitxer csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Crea una nova clau secreta",
 	"Created at": "Creat el",
 	"Created At": "Creat el",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Model Actual",
 	"Current Password": "Contrasenya Actual",
 	"Custom": "Personalitzat",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de respuesta externa",
 	"Focus chat input": "Enfoca l'entrada del xat",
 	"Followed instructions perfectly": "Siguiu les instruccions perfeicte",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
 	"Frequency Penalty": "Pena de freqüència",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ceb-PH/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "I-klik dinhi alang sa tabang.",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "I-klik dinhi aron makapili",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "",
 	"Created at": "Gihimo ang",
 	"Created At": "",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Kasamtangang modelo",
 	"Current Password": "Kasamtangang Password",
 	"Custom": "Custom",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Hapsay nga paghatud sa daghang mga tipik sa eksternal nga mga tubag",
 	"Focus chat input": "Pag-focus sa entry sa diskusyon",
 	"Followed instructions perfectly": "",
+	"Form": "",
 	"Format your variables using square brackets like this:": "I-format ang imong mga variable gamit ang square brackets sama niini:",
 	"Frequency Penalty": "",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/de-DE/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "Memory löschen",
 	"Click here for help.": "Klicke hier für Hilfe.",
 	"Click here to": "Klicke hier, um",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klicke hier um auszuwählen",
 	"Click here to select a csv file.": "Klicke hier um eine CSV-Datei auszuwählen.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Neuen API Schlüssel erstellen",
 	"Created at": "Erstellt am",
 	"Created At": "Erstellt am",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Aktuelles Modell",
 	"Current Password": "Aktuelles Passwort",
 	"Custom": "Benutzerdefiniert",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Große externe Antwortblöcke flüssig streamen",
 	"Focus chat input": "Chat-Eingabe fokussieren",
 	"Followed instructions perfectly": "Anweisungen perfekt befolgt",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatiere deine Variablen mit eckigen Klammern wie folgt:",
 	"Frequency Penalty": "Frequenz-Strafe",
 	"Functions": "",

+ 6 - 0
src/lib/i18n/locales/dg-DG/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Click for help. Much assist.",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Click to select",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "",
 	"Created at": "Created at",
 	"Created At": "",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Current Model",
 	"Current Password": "Current Password",
 	"Custom": "Custom",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Fluidly wow big chunks",
 	"Focus chat input": "Focus chat bork",
 	"Followed instructions perfectly": "",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Format variables using square brackets like wow:",
 	"Frequency Penalty": "",
 	"Functions": "",
@@ -445,6 +449,8 @@
 	"Search Result Count": "",
 	"Search Tools": "",
 	"Searched {{count}} sites_one": "",
+	"Searched {{count}} sites_few": "",
+	"Searched {{count}} sites_many": "",
 	"Searched {{count}} sites_other": "",
 	"Searching \"{{searchQuery}}\"": "",
 	"Searxng Query URL": "",

+ 4 - 0
src/lib/i18n/locales/en-GB/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Followed instructions perfectly": "",
+	"Form": "",
 	"Format your variables using square brackets like this:": "",
 	"Frequency Penalty": "",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/en-US/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Followed instructions perfectly": "",
+	"Form": "",
 	"Format your variables using square brackets like this:": "",
 	"Frequency Penalty": "",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/es-ES/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Presiona aquí para obtener ayuda.",
 	"Click here to": "Presiona aquí para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Presiona aquí para seleccionar",
 	"Click here to select a csv file.": "Presiona aquí para seleccionar un archivo csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Crear una nueva clave secreta",
 	"Created at": "Creado en",
 	"Created At": "Creado en",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modelo Actual",
 	"Current Password": "Contraseña Actual",
 	"Custom": "Personalizado",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Transmita con fluidez grandes fragmentos de respuesta externa",
 	"Focus chat input": "Enfoca la entrada del chat",
 	"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatea tus variables usando corchetes de la siguiente manera:",
 	"Frequency Penalty": "Penalización de frecuencia",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/fa-IR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "برای کمک اینجا را کلیک کنید.",
 	"Click here to": "برای کمک اینجا را کلیک کنید.",
+	"Click here to download user import template file.": "",
 	"Click here to select": "برای انتخاب اینجا کلیک کنید",
 	"Click here to select a csv file.": "برای انتخاب یک فایل csv اینجا را کلیک کنید.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "ساخت کلید gehez جدید",
 	"Created at": "ایجاد شده در",
 	"Created At": "ایجاد شده در",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "مدل فعلی",
 	"Current Password": "رمز عبور فعلی",
 	"Custom": "دلخواه",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
 	"Focus chat input": "فوکوس کردن ورودی گپ",
 	"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
+	"Form": "",
 	"Format your variables using square brackets like this:": "متغیرهای خود را با استفاده از براکت مربع به شکل زیر قالب بندی کنید:",
 	"Frequency Penalty": "مجازات فرکانس",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/fi-FI/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klikkaa tästä saadaksesi apua.",
 	"Click here to": "Klikkaa tästä",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klikkaa tästä valitaksesi",
 	"Click here to select a csv file.": "Klikkaa tästä valitaksesi CSV-tiedosto.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Luo uusi salainen avain",
 	"Created at": "Luotu",
 	"Created At": "Luotu",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Nykyinen malli",
 	"Current Password": "Nykyinen salasana",
 	"Custom": "Mukautettu",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
 	"Focus chat input": "Fokusoi syöttökenttään",
 	"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Muotoile muuttujat hakasulkeilla näin:",
 	"Frequency Penalty": "Taajuussakko",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/fr-CA/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Cliquez ici pour de l'aide.",
 	"Click here to": "Cliquez ici pour",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Créer une nouvelle clé secrète",
 	"Created at": "Créé le",
 	"Created At": "Créé le",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Personnalisé",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Diffusez de manière fluide de gros morceaux de réponses externes",
 	"Focus chat input": "Se concentrer sur l'entrée de la discussion",
 	"Followed instructions perfectly": "Suivi des instructions parfaitement",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/fr-FR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Cliquez ici pour de l'aide.",
 	"Click here to": "Cliquez ici pour",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Cliquez ici pour sélectionner",
 	"Click here to select a csv file.": "Cliquez ici pour sélectionner un fichier csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Créer une nouvelle clé secrète",
 	"Created at": "Créé le",
 	"Created At": "Crée Le",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modèle actuel",
 	"Current Password": "Mot de passe actuel",
 	"Custom": "Personnalisé",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Diffusez de manière fluide de gros morceaux de réponses externes",
 	"Focus chat input": "Concentrer sur l'entrée du chat",
 	"Followed instructions perfectly": "A suivi les instructions parfaitement",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatez vos variables en utilisant des crochets comme ceci :",
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/he-IL/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "לחץ כאן לעזרה.",
 	"Click here to": "לחץ כאן כדי",
+	"Click here to download user import template file.": "",
 	"Click here to select": "לחץ כאן לבחירה",
 	"Click here to select a csv file.": "לחץ כאן לבחירת קובץ csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "צור מפתח סודי חדש",
 	"Created at": "נוצר ב",
 	"Created At": "נוצר ב",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "המודל הנוכחי",
 	"Current Password": "הסיסמה הנוכחית",
 	"Custom": "מותאם אישית",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
 	"Focus chat input": "מיקוד הקלט לצ'אט",
 	"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
+	"Form": "",
 	"Format your variables using square brackets like this:": "עצב את המשתנים שלך באמצעות סוגריים מרובעים כך:",
 	"Frequency Penalty": "עונש תדירות",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/hi-IN/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "सहायता के लिए यहां क्लिक करें।",
 	"Click here to": "यहां क्लिक करें",
+	"Click here to download user import template file.": "",
 	"Click here to select": "चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a csv file.": "सीएसवी फ़ाइल का चयन करने के लिए यहां क्लिक करें।",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "नया क्रिप्टोग्राफिक क्षेत्र बनाएं",
 	"Created at": "किस समय बनाया गया",
 	"Created At": "किस समय बनाया गया",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "वर्तमान मॉडल",
 	"Current Password": "वर्तमान पासवर्ड",
 	"Custom": "कस्टम संस्करण",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "बड़े बाह्य प्रतिक्रिया खंडों को तरल रूप से प्रवाहित करें",
 	"Focus chat input": "चैट इनपुट पर फ़ोकस करें",
 	"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
+	"Form": "",
 	"Format your variables using square brackets like this:": "वर्गाकार कोष्ठकों का उपयोग करके अपने चरों को इस प्रकार प्रारूपित करें :",
 	"Frequency Penalty": "फ्रीक्वेंसी पेनल्टी",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/hr-HR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "Očisti memoriju",
 	"Click here for help.": "Kliknite ovdje za pomoć.",
 	"Click here to": "Kliknite ovdje za",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Kliknite ovdje za odabir",
 	"Click here to select a csv file.": "Kliknite ovdje da odaberete csv datoteku.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Stvori novi tajni ključ",
 	"Created at": "Stvoreno",
 	"Created At": "Stvoreno",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Trenutni model",
 	"Current Password": "Trenutna lozinka",
 	"Custom": "Prilagođeno",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Glavno strujanje velikih vanjskih dijelova odgovora",
 	"Focus chat input": "Fokusiraj unos razgovora",
 	"Followed instructions perfectly": "Savršeno slijedio upute",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatirajte svoje varijable pomoću uglatih zagrada ovako:",
 	"Frequency Penalty": "Kazna za učestalost",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/it-IT/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Clicca qui per aiuto.",
 	"Click here to": "Clicca qui per",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clicca qui per selezionare",
 	"Click here to select a csv file.": "Clicca qui per selezionare un file csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Crea nuova chiave segreta",
 	"Created at": "Creato il",
 	"Created At": "Creato il",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modello corrente",
 	"Current Password": "Password corrente",
 	"Custom": "Personalizzato",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Trasmetti in modo fluido blocchi di risposta esterni di grandi dimensioni",
 	"Focus chat input": "Metti a fuoco l'input della chat",
 	"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatta le tue variabili usando parentesi quadre come questa:",
 	"Frequency Penalty": "Penalità di frequenza",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ja-JP/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "ヘルプについてはここをクリックしてください。",
 	"Click here to": "ここをクリックして",
+	"Click here to download user import template file.": "",
 	"Click here to select": "選択するにはここをクリックしてください",
 	"Click here to select a csv file.": "CSVファイルを選択するにはここをクリックしてください。",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "新しいシークレットキーを作成",
 	"Created at": "作成日時",
 	"Created At": "作成日時",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "現在のモデル",
 	"Current Password": "現在のパスワード",
 	"Custom": "カスタム",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "大規模な外部応答チャンクを流動的にストリーミングする",
 	"Focus chat input": "チャット入力をフォーカス",
 	"Followed instructions perfectly": "完全に指示に従った",
+	"Form": "",
 	"Format your variables using square brackets like this:": "次のように角括弧を使用して変数をフォーマットします。",
 	"Frequency Penalty": "周波数ペナルティ",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ka-GE/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "დახმარებისთვის, დააკლიკე აქ",
 	"Click here to": "დააკლიკე აქ",
+	"Click here to download user import template file.": "",
 	"Click here to select": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a csv file.": "ასარჩევად, დააკლიკე აქ",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "პირადი ღირებულბრის შექმნა",
 	"Created at": "შექმნილია",
 	"Created At": "შექმნილია",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "მიმდინარე მოდელი",
 	"Current Password": "მიმდინარე პაროლი",
 	"Custom": "საკუთარი",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "თხევადი ნაკადი დიდი გარე საპასუხო ნაწილაკების",
 	"Focus chat input": "ჩეთის შეყვანის ფოკუსი",
 	"Followed instructions perfectly": "ყველა ინსტრუქცია უზრუნველყოფა",
+	"Form": "",
 	"Format your variables using square brackets like this:": "დააფორმატეთ თქვენი ცვლადები კვადრატული ფრჩხილების გამოყენებით:",
 	"Frequency Penalty": "სიხშირის ჯარიმა",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ko-KR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "메모리 초기화",
 	"Click here for help.": "도움말을 보려면 여기를 클릭하세요.",
 	"Click here to": "여기를 클릭하면",
+	"Click here to download user import template file.": "",
 	"Click here to select": "선택하려면 여기를 클릭하세요.",
 	"Click here to select a csv file.": "csv 파일을 선택하려면 여기를 클릭하세요.",
 	"Click here to select a py file.": "py 파일을 선택하려면 여기를 클릭하세요.",
@@ -133,6 +134,8 @@
 	"Create new secret key": "새 비밀 키 만들기",
 	"Created at": "생성일",
 	"Created At": "생성일",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "현재 모델",
 	"Current Password": "현재 비밀번호",
 	"Custom": "사용자 정의",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "대규모 외부 응답 청크를 유연하게 스트리밍",
 	"Focus chat input": "채팅 입력창에 포커스",
 	"Followed instructions perfectly": "명령을 완벽히 따름",
+	"Form": "",
 	"Format your variables using square brackets like this:": "다음과 같이 대괄호를 사용하여 변수를 형식화하세요:",
 	"Frequency Penalty": "프리퀀시 페널티",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/lt-LT/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Paspauskite čia dėl pagalbos.",
 	"Click here to": "Paspauskite čia, kad:",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Spauskite čia norėdami pasirinkti",
 	"Click here to select a csv file.": "Spauskite čia tam, kad pasirinkti csv failą",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Sukurti naują slaptą raktą",
 	"Created at": "Sukurta",
 	"Created At": "Sukurta",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Dabartinis modelis",
 	"Current Password": "Esamas slaptažodis",
 	"Custom": "Personalizuota",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Sklandžiai transliuoti ilgus atsakymus",
 	"Focus chat input": "Fokusuoti žinutės įvestį",
 	"Followed instructions perfectly": "Tobulai sekė instrukcijas",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatuokite kintamuosius su kvadratiniais skliausteliais:",
 	"Frequency Penalty": "",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/nb-NO/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klikk her for hjelp.",
 	"Click here to": "Klikk her for å",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klikk her for å velge",
 	"Click here to select a csv file.": "Klikk her for å velge en csv-fil.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Lag ny hemmelig nøkkel",
 	"Created at": "Opprettet",
 	"Created At": "Opprettet",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Nåværende modell",
 	"Current Password": "Nåværende passord",
 	"Custom": "Tilpasset",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Strøm store eksterne svarchunks flytende",
 	"Focus chat input": "Fokuser chatinput",
 	"Followed instructions perfectly": "Fulgte instruksjonene perfekt",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatér variablene dine med hakeparenteser som dette:",
 	"Frequency Penalty": "Frekvensstraff",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/nl-NL/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Klik hier voor hulp.",
 	"Click here to": "Klik hier om",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klik hier om te selecteren",
 	"Click here to select a csv file.": "Klik hier om een csv file te selecteren.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Maak nieuwe geheim sleutel",
 	"Created at": "Gemaakt op",
 	"Created At": "Gemaakt op",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Huidig Model",
 	"Current Password": "Huidig Wachtwoord",
 	"Custom": "Aangepast",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Stream vloeiend grote externe responsbrokken",
 	"Focus chat input": "Focus chat input",
 	"Followed instructions perfectly": "Volgde instructies perfect",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatteer je variabelen met vierkante haken zoals dit:",
 	"Frequency Penalty": "Frequentie Straf",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/pa-IN/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "ਮਦਦ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to": "ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
+	"Click here to download user import template file.": "",
 	"Click here to select": "ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ",
 	"Click here to select a csv file.": "CSV ਫਾਈਲ ਚੁਣਨ ਲਈ ਇੱਥੇ ਕਲਿੱਕ ਕਰੋ।",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "ਨਵੀਂ ਗੁਪਤ ਕੁੰਜੀ ਬਣਾਓ",
 	"Created at": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
 	"Created At": "ਤੇ ਬਣਾਇਆ ਗਿਆ",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "ਮੌਜੂਦਾ ਮਾਡਲ",
 	"Current Password": "ਮੌਜੂਦਾ ਪਾਸਵਰਡ",
 	"Custom": "ਕਸਟਮ",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "ਵੱਡੇ ਬਾਹਰੀ ਜਵਾਬ ਚੰਕਾਂ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸਟ੍ਰੀਮ ਕਰੋ",
 	"Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ",
 	"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
+	"Form": "",
 	"Format your variables using square brackets like this:": "ਤੁਹਾਡੀਆਂ ਵੈਰੀਏਬਲਾਂ ਨੂੰ ਇਸ ਤਰ੍ਹਾਂ ਵਰਤੋਂ: [ ]",
 	"Frequency Penalty": "ਬਾਰੰਬਾਰਤਾ ਜੁਰਮਾਨਾ",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/pl-PL/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Kliknij tutaj, aby uzyskać pomoc.",
 	"Click here to": "Kliknij tutaj, żeby",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Kliknij tutaj, aby wybrać",
 	"Click here to select a csv file.": "Kliknij tutaj, żeby wybrać plik CSV",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Utwórz nowy klucz bezpieczeństwa",
 	"Created at": "Utworzono o",
 	"Created At": "Utworzono o",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Bieżący model",
 	"Current Password": "Bieżące hasło",
 	"Custom": "Niestandardowy",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Płynnie przesyłaj strumieniowo duże fragmenty odpowiedzi zewnętrznych",
 	"Focus chat input": "Skoncentruj na czacie",
 	"Followed instructions perfectly": "Postępował z idealnie według instrukcji",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatuj swoje zmienne, używając nawiasów kwadratowych, np.",
 	"Frequency Penalty": "Kara za częstotliwość",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/pt-BR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clique aqui para selecionar",
 	"Click here to select a csv file.": "Clique aqui para selecionar um arquivo csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Criar nova chave secreta",
 	"Created at": "Criado em",
 	"Created At": "Criado em",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Transmita com fluidez grandes blocos de resposta externa",
 	"Focus chat input": "Focar entrada de bate-papo",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formate suas variáveis usando colchetes como este:",
 	"Frequency Penalty": "Penalidade de Frequência",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/pt-PT/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "Limpar memória",
 	"Click here for help.": "Clique aqui para obter ajuda.",
 	"Click here to": "Clique aqui para",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Clique aqui para selecionar",
 	"Click here to select a csv file.": "Clique aqui para selecionar um ficheiro csv.",
 	"Click here to select a py file.": "Clique aqui para selecionar um ficheiro py",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Criar nova chave secreta",
 	"Created at": "Criado em",
 	"Created At": "Criado em",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Modelo Atual",
 	"Current Password": "Senha Atual",
 	"Custom": "Personalizado",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Transmita com fluidez grandes blocos de resposta externa",
 	"Focus chat input": "Focar na conversa",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formate as suas variáveis usando parenteses rectos como este:",
 	"Frequency Penalty": "Penalidade de Frequência",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/ru-RU/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Нажмите здесь для помощи.",
 	"Click here to": "Нажмите здесь чтобы",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Нажмите тут чтобы выберите",
 	"Click here to select a csv file.": "Нажмите здесь чтобы выбрать файл csv.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Создать новый секретный ключ",
 	"Created at": "Создано в",
 	"Created At": "Создано в",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Текущая модель",
 	"Current Password": "Текущий пароль",
 	"Custom": "Пользовательский",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Плавная потоковая передача больших фрагментов внешних ответов",
 	"Focus chat input": "Фокус ввода чата",
 	"Followed instructions perfectly": "Учитывая инструкции идеально",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Форматируйте ваши переменные, используя квадратные скобки, как здесь:",
 	"Frequency Penalty": "Штраф за частоту",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/sr-RS/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Кликните овде за помоћ.",
 	"Click here to": "Кликните овде да",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Кликните овде да изаберете",
 	"Click here to select a csv file.": "Кликните овде да изаберете csv датотеку.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Направи нови тајни кључ",
 	"Created at": "Направљено у",
 	"Created At": "Направљено у",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Тренутни модел",
 	"Current Password": "Тренутна лозинка",
 	"Custom": "Прилагођено",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Течно стримујте велике спољне делове одговора",
 	"Focus chat input": "Усредсредите унос ћаскања",
 	"Followed instructions perfectly": "Упутства су савршено праћена",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Форматирајте ваше променљиве користећи угластe заграде овако:",
 	"Frequency Penalty": "Фреквентна казна",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/sv-SE/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "Rensa minnet",
 	"Click here for help.": "Klicka här för hjälp.",
 	"Click here to": "Klicka här för att",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Klicka här för att välja",
 	"Click here to select a csv file.": "Klicka här för att välja en csv-fil.",
 	"Click here to select a py file.": "Klicka här för att välja en python-fil.",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Skapa ny hemlig nyckel",
 	"Created at": "Skapad",
 	"Created At": "Skapad",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Aktuell modell",
 	"Current Password": "Nuvarande lösenord",
 	"Custom": "Anpassad",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Strömma flytande stora externa svarschunks",
 	"Focus chat input": "Fokusera på chattfältet",
 	"Followed instructions perfectly": "Följde instruktionerna perfekt",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Formatera dina variabler med hakparenteser så här:",
 	"Frequency Penalty": "Straff för frekvens",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/tk-TW/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "",
 	"Click here to": "",
+	"Click here to download user import template file.": "",
 	"Click here to select": "",
 	"Click here to select a csv file.": "",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "",
 	"Created at": "",
 	"Created At": "",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "",
 	"Current Password": "",
 	"Custom": "",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Followed instructions perfectly": "",
+	"Form": "",
 	"Format your variables using square brackets like this:": "",
 	"Frequency Penalty": "",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/tr-TR/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "Yardım için buraya tıklayın.",
 	"Click here to": "Şunu yapmak için buraya tıklayın:",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Seçmek için buraya tıklayın",
 	"Click here to select a csv file.": "Bir CSV dosyası seçmek için buraya tıklayın.",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Yeni gizli anahtar oluştur",
 	"Created at": "Oluşturulma tarihi",
 	"Created At": "Şu Tarihte Oluşturuldu:",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Mevcut Model",
 	"Current Password": "Mevcut Parola",
 	"Custom": "Özel",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Büyük harici yanıt chunklarını akıcı bir şekilde yayınlayın",
 	"Focus chat input": "Sohbet girişine odaklan",
 	"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Değişkenlerinizi şu şekilde kare parantezlerle biçimlendirin:",
 	"Frequency Penalty": "Frekans Cezası",
 	"Functions": "",

+ 11 - 7
src/lib/i18n/locales/uk-UA/translation.json

@@ -83,7 +83,7 @@
 	"Change Password": "Змінити пароль",
 	"Chat": "Чат",
 	"Chat Background Image": "Фонове зображення чату",
-	"Chat Bubble UI": "Бульбашковий UI чату",
+	"Chat Bubble UI": "Чат у вигляді бульбашок",
 	"Chat direction": "Напрям чату",
 	"Chat History": "Історія чату",
 	"Chat History is off for this browser.": "Історія чату вимкнена для цього браузера.",
@@ -99,6 +99,7 @@
 	"Clear memory": "Очистити пам'ять",
 	"Click here for help.": "Клацніть тут, щоб отримати допомогу.",
 	"Click here to": "Натисніть тут, щоб",
+	"Click here to download user import template file.": "Натисніть тут, щоб завантажити файл шаблону імпорту користувача.",
 	"Click here to select": "Натисніть тут, щоб вибрати",
 	"Click here to select a csv file.": "Натисніть тут, щоб вибрати csv-файл.",
 	"Click here to select a py file.": "Натисніть тут, щоб вибрати py-файл.",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Створити новий секретний ключ",
 	"Created at": "Створено у",
 	"Created At": "Створено у",
+	"Created by": "Створено",
+	"CSV Import": "Імпорт CSV",
 	"Current Model": "Поточна модель",
 	"Current Password": "Поточний пароль",
 	"Custom": "Налаштувати",
@@ -228,10 +231,10 @@
 	"Export chat (.json)": "Експорт чату (.json)",
 	"Export Chats": "Експортувати чати",
 	"Export Documents Mapping": "Експортувати відображення документів",
-	"Export Functions": "Функції експорту",
+	"Export Functions": "Експорт функцій ",
 	"Export Models": "Експорт моделей",
 	"Export Prompts": "Експортувати промти",
-	"Export Tools": "Інструменти експорту",
+	"Export Tools": "Експортувати інструменти",
 	"External Models": "Зовнішні моделі",
 	"Failed to create API Key.": "Не вдалося створити API ключ.",
 	"Failed to read clipboard contents": "Не вдалося прочитати вміст буфера обміну",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Плавно передавати великі фрагменти зовнішніх відповідей",
 	"Focus chat input": "Фокус вводу чату",
 	"Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
+	"Form": "Форма",
 	"Format your variables using square brackets like this:": "Форматуйте свої змінні квадратними дужками так:",
 	"Frequency Penalty": "Штраф за частоту",
 	"Functions": "Функції",
@@ -271,10 +275,10 @@
 	"Images": "Зображення",
 	"Import Chats": "Імпортувати чати",
 	"Import Documents Mapping": "Імпортувати відображення документів",
-	"Import Functions": "Функції імпорту",
+	"Import Functions": "Імпорт функцій ",
 	"Import Models": "Імпорт моделей",
 	"Import Prompts": "Імпортувати промти",
-	"Import Tools": "Інструменти імпорту",
+	"Import Tools": "Імпортувати інструменти",
 	"Include `--api` flag when running stable-diffusion-webui": "Включіть прапор `--api` при запуску stable-diffusion-webui",
 	"Info": "Інфо",
 	"Input commands": "Команди вводу",
@@ -437,13 +441,13 @@
 	"Search a model": "Шукати модель",
 	"Search Chats": "Пошук в чатах",
 	"Search Documents": "Пошук документів",
-	"Search Functions": "Функції пошуку",
+	"Search Functions": "Пошук функцій",
 	"Search Models": "Пошук моделей",
 	"Search Prompts": "Пошук промтів",
 	"Search Query Generation Prompt": "Підказка для формування пошукового промту",
 	"Search Query Generation Prompt Length Threshold": "Поріг довжини пошукового запиту для генерації підказки",
 	"Search Result Count": "Кількість результатів пошуку",
-	"Search Tools": "Інструменти пошуку",
+	"Search Tools": "Пошуку інструментів ",
 	"Searched {{count}} sites_one": "Переглянуто {{count}} сайт",
 	"Searched {{count}} sites_few": "Переглянуто {{count}} сайти",
 	"Searched {{count}} sites_many": "Переглянуто {{count}} сайтів",

+ 4 - 0
src/lib/i18n/locales/vi-VN/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "Xóa bộ nhớ",
 	"Click here for help.": "Bấm vào đây để được trợ giúp.",
 	"Click here to": "Nhấn vào đây để",
+	"Click here to download user import template file.": "",
 	"Click here to select": "Bấm vào đây để chọn",
 	"Click here to select a csv file.": "Nhấn vào đây để chọn tệp csv",
 	"Click here to select a py file.": "Nhấn vào đây để chọn tệp py",
@@ -133,6 +134,8 @@
 	"Create new secret key": "Tạo key bí mật mới",
 	"Created at": "Được tạo vào lúc",
 	"Created At": "Tạo lúc",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "Mô hình hiện tại",
 	"Current Password": "Mật khẩu hiện tại",
 	"Custom": "Tùy chỉnh",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "Truyền tải các khối phản hồi bên ngoài lớn một cách trôi chảy",
 	"Focus chat input": "Tập trung vào nội dung chat",
 	"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
+	"Form": "",
 	"Format your variables using square brackets like this:": "Định dạng các biến của bạn bằng cách sử dụng dấu ngoặc vuông như thế này:",
 	"Frequency Penalty": "Hình phạt tần số",
 	"Functions": "",

+ 4 - 0
src/lib/i18n/locales/zh-CN/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "清除记忆",
 	"Click here for help.": "点击这里获取帮助。",
 	"Click here to": "单击",
+	"Click here to download user import template file.": "",
 	"Click here to select": "点击这里选择",
 	"Click here to select a csv file.": "单击此处选择 csv 文件。",
 	"Click here to select a py file.": "单击此处选择 py 文件。",
@@ -133,6 +134,8 @@
 	"Create new secret key": "创建新安全密钥",
 	"Created at": "创建于",
 	"Created At": "创建于",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "当前模型",
 	"Current Password": "当前密码",
 	"Custom": "自定义",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "流畅地传输外部大型响应块数据",
 	"Focus chat input": "聚焦对话输入",
 	"Followed instructions perfectly": "完全按照指示执行",
+	"Form": "",
 	"Format your variables using square brackets like this:": "使用这样的方括号格式化你的变量:",
 	"Frequency Penalty": "频率惩罚",
 	"Functions": "功能",

+ 4 - 0
src/lib/i18n/locales/zh-TW/translation.json

@@ -99,6 +99,7 @@
 	"Clear memory": "",
 	"Click here for help.": "點擊這裡尋找幫助。",
 	"Click here to": "點擊這裡",
+	"Click here to download user import template file.": "",
 	"Click here to select": "點擊這裡選擇",
 	"Click here to select a csv file.": "點擊這裡選擇 csv 檔案。",
 	"Click here to select a py file.": "",
@@ -133,6 +134,8 @@
 	"Create new secret key": "建立新密鑰",
 	"Created at": "建立於",
 	"Created At": "建立於",
+	"Created by": "",
+	"CSV Import": "",
 	"Current Model": "目前模型",
 	"Current Password": "目前密碼",
 	"Custom": "自訂",
@@ -246,6 +249,7 @@
 	"Fluidly stream large external response chunks": "流暢地傳輸大型外部響應區塊",
 	"Focus chat input": "聚焦聊天輸入框",
 	"Followed instructions perfectly": "完全遵循指示",
+	"Form": "",
 	"Format your variables using square brackets like this:": "像這樣使用方括號來格式化你的變數:",
 	"Frequency Penalty": "頻率懲罰",
 	"Functions": "",