Browse Source

Merge pull request #3850 from KarlLee830/translate

i18n: Add some missing i18n keys and update Chinese translation
Timothy Jaeryang Baek 1 year ago
parent
commit
79778fa221
39 changed files with 158 additions and 6 deletions
  1. 3 3
      src/lib/components/chat/Controls/Controls.svelte
  2. 4 0
      src/lib/i18n/locales/ar-BH/translation.json
  3. 4 0
      src/lib/i18n/locales/bg-BG/translation.json
  4. 4 0
      src/lib/i18n/locales/bn-BD/translation.json
  5. 4 0
      src/lib/i18n/locales/ca-ES/translation.json
  6. 4 0
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 4 0
      src/lib/i18n/locales/de-DE/translation.json
  8. 4 0
      src/lib/i18n/locales/dg-DG/translation.json
  9. 4 0
      src/lib/i18n/locales/en-GB/translation.json
  10. 4 0
      src/lib/i18n/locales/en-US/translation.json
  11. 4 0
      src/lib/i18n/locales/es-ES/translation.json
  12. 4 0
      src/lib/i18n/locales/fa-IR/translation.json
  13. 4 0
      src/lib/i18n/locales/fi-FI/translation.json
  14. 4 0
      src/lib/i18n/locales/fr-CA/translation.json
  15. 4 0
      src/lib/i18n/locales/fr-FR/translation.json
  16. 4 0
      src/lib/i18n/locales/he-IL/translation.json
  17. 4 0
      src/lib/i18n/locales/hi-IN/translation.json
  18. 4 0
      src/lib/i18n/locales/hr-HR/translation.json
  19. 4 0
      src/lib/i18n/locales/id-ID/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. 4 0
      src/lib/i18n/locales/uk-UA/translation.json
  37. 4 0
      src/lib/i18n/locales/vi-VN/translation.json
  38. 7 3
      src/lib/i18n/locales/zh-CN/translation.json
  39. 4 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 3 - 3
src/lib/components/chat/Controls/Controls.svelte

@@ -39,14 +39,14 @@
 		{/if}
 
 		<div>
-			<div class="mb-1.5 font-medium">System Prompt</div>
+			<div class="mb-1.5 font-medium">{$i18n.t('System Prompt')}</div>
 
 			<div>
 				<textarea
 					bind:value={params.system}
 					class="w-full rounded-lg px-4 py-3 text-sm dark:text-gray-300 dark:bg-gray-850 border border-gray-100 dark:border-gray-800 outline-none resize-none"
 					rows="3"
-					placeholder="Enter system prompt"
+					placeholder={$i18n.t('Enter system prompt')}
 				/>
 			</div>
 		</div>
@@ -54,7 +54,7 @@
 		<hr class="my-2 border-gray-100 dark:border-gray-800" />
 
 		<div>
-			<div class="mb-1.5 font-medium">Advanced Params</div>
+			<div class="mb-1.5 font-medium">{$i18n.t('Advanced Params')}</div>
 
 			<div>
 				<AdvancedParams bind:params />

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "أدخل مفتاح واجهة برمجة تطبيقات Serpstack",
 	"Enter stop sequence": "أدخل تسلسل التوقف",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "أدخل Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "URL (e.g. http://localhost:11434)",
 	"Enter Your Email": "أدخل البريد الاكتروني",
 	"Enter Your Full Name": "أدخل الاسم كامل",
+	"Enter your message": "",
 	"Enter Your Password": "ادخل كلمة المرور",
 	"Enter Your Role": "أدخل الصلاحيات",
 	"Error": "خطأ",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "عقوبة التردد",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Въведете Serpstack API ключ",
 	"Enter stop sequence": "Въведете стоп последователност",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Въведете Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Въведете URL (напр. http://localhost:11434)",
 	"Enter Your Email": "Въведете имейл",
 	"Enter Your Full Name": "Въведете вашето пълно име",
+	"Enter your message": "",
 	"Enter Your Password": "Въведете вашата парола",
 	"Enter Your Role": "Въведете вашата роля",
 	"Error": "Грешка",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Наказание за честота",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Serpstack API কী লিখুন",
 	"Enter stop sequence": "স্টপ সিকোয়েন্স লিখুন",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Top K লিখুন",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "ইউআরএল দিন (যেমন http://localhost:11434)",
 	"Enter Your Email": "আপনার ইমেইল লিখুন",
 	"Enter Your Full Name": "আপনার পূর্ণ নাম লিখুন",
+	"Enter your message": "",
 	"Enter Your Password": "আপনার পাসওয়ার্ড লিখুন",
 	"Enter Your Role": "আপনার রোল লিখুন",
 	"Error": "ত্রুটি",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Introdueix la clau API Serply",
 	"Enter Serpstack API Key": "Introdueix la clau API Serpstack",
 	"Enter stop sequence": "Introdueix la seqüència de parada",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Introdueix la clau API de Tavily",
 	"Enter Tika Server URL": "Introdueix l'URL del servidor Tika",
 	"Enter Top K": "Introdueix Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Introdueix l'URL (p. ex. http://localhost:11434)",
 	"Enter Your Email": "Introdueix el teu correu electrònic",
 	"Enter Your Full Name": "Introdueix el teu nom complet",
+	"Enter your message": "",
 	"Enter Your Password": "Introdueix la teva contrasenya",
 	"Enter Your Role": "Introdueix el teu rol",
 	"Error": "Error",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalització per freqüència",
 	"Function created successfully": "La funció s'ha creat correctament",
 	"Function deleted successfully": "La funció s'ha eliminat correctament",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "La funció s'ha actualitzat correctament",
 	"Functions": "Funcions",
 	"Functions imported successfully": "Les funcions s'han importat correctament",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "Pagsulod sa katapusan nga han-ay",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Pagsulod sa Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "",
 	"Enter Your Email": "Pagsulod sa imong e-mail address",
 	"Enter Your Full Name": "Ibutang ang imong tibuok nga ngalan",
+	"Enter your message": "",
 	"Enter Your Password": "Ibutang ang imong password",
 	"Enter Your Role": "",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Geben Sie den",
 	"Enter Serpstack API Key": "Geben Sie den Serpstack-API-Schlüssel ein",
 	"Enter stop sequence": "Stop-Sequenz eingeben",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Geben Sie den Tavily-API-Schlüssel ein",
 	"Enter Tika Server URL": "Geben Sie die Tika-Server-URL ein",
 	"Enter Top K": "Geben Sie Top K ein",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Geben Sie die URL ein (z. B. http://localhost:11434)",
 	"Enter Your Email": "Geben Sie Ihre E-Mail-Adresse ein",
 	"Enter Your Full Name": "Geben Sie Ihren vollständigen Namen ein",
+	"Enter your message": "",
 	"Enter Your Password": "Geben Sie Ihr Passwort ein",
 	"Enter Your Role": "Geben Sie Ihre Rolle ein",
 	"Error": "Fehler",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Frequenzstrafe",
 	"Function created successfully": "Funktion erfolgreich erstellt",
 	"Function deleted successfully": "Funktion erfolgreich gelöscht",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Funktion erfolgreich aktualisiert",
 	"Functions": "Funktionen",
 	"Functions imported successfully": "Funktionen erfolgreich importiert",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "Enter stop bark",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Enter Top Wow",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "",
 	"Enter Your Email": "Enter Your Dogemail",
 	"Enter Your Full Name": "Enter Your Full Wow",
+	"Enter your message": "",
 	"Enter Your Password": "Enter Your Barkword",
 	"Enter Your Role": "",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "",
 	"Enter Your Email": "",
 	"Enter Your Full Name": "",
+	"Enter your message": "",
 	"Enter Your Password": "",
 	"Enter Your Role": "",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "",
 	"Enter Your Email": "",
 	"Enter Your Full Name": "",
+	"Enter your message": "",
 	"Enter Your Password": "",
 	"Enter Your Role": "",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Ingrese la clave API de Serply",
 	"Enter Serpstack API Key": "Ingrese la clave API de Serpstack",
 	"Enter stop sequence": "Ingrese la secuencia de parada",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Ingrese la clave API de Tavily",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Ingrese el Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Ingrese la URL (p.ej., http://localhost:11434)",
 	"Enter Your Email": "Ingrese su correo electrónico",
 	"Enter Your Full Name": "Ingrese su nombre completo",
+	"Enter your message": "",
 	"Enter Your Password": "Ingrese su contraseña",
 	"Enter Your Role": "Ingrese su rol",
 	"Error": "Error",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalización de frecuencia",
 	"Function created successfully": "Función creada exitosamente",
 	"Function deleted successfully": "Función borrada exitosamente",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Función actualizada exitosamente",
 	"Functions": "Funciones",
 	"Functions imported successfully": "Funciones importadas exitosamente",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "کلید API Serpstack را وارد کنید",
 	"Enter stop sequence": "توالی توقف را وارد کنید",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "مقدار Top K را وارد کنید",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "مقدار URL را وارد کنید (مثال http://localhost:11434)",
 	"Enter Your Email": "ایمیل خود را وارد کنید",
 	"Enter Your Full Name": "نام کامل خود را وارد کنید",
+	"Enter your message": "",
 	"Enter Your Password": "رمز عبور خود را وارد کنید",
 	"Enter Your Role": "نقش خود را وارد کنید",
 	"Error": "خطا",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "مجازات فرکانس",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Anna Serpstack API -avain",
 	"Enter stop sequence": "Syötä lopetussekvenssi",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Syötä Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Syötä URL (esim. http://localhost:11434)",
 	"Enter Your Email": "Syötä sähköpostiosoitteesi",
 	"Enter Your Full Name": "Syötä koko nimesi",
+	"Enter your message": "",
 	"Enter Your Password": "Syötä salasanasi",
 	"Enter Your Role": "Syötä roolisi",
 	"Error": "Virhe",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Taajuussakko",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Entrez la clé API Serply",
 	"Enter Serpstack API Key": "Entrez la clé API Serpstack",
 	"Enter stop sequence": "Entrez la séquence d'arrêt",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Entrez la clé API Tavily",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Entrez les Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Entrez l'URL (par ex. http://localhost:11434)",
 	"Enter Your Email": "Entrez votre adresse e-mail",
 	"Enter Your Full Name": "Entrez votre nom complet",
+	"Enter your message": "",
 	"Enter Your Password": "Entrez votre mot de passe",
 	"Enter Your Role": "Entrez votre rôle",
 	"Error": "Erreur",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Function created successfully": "La fonction a été créée avec succès",
 	"Function deleted successfully": "Fonction supprimée avec succès",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "La fonction a été mise à jour avec succès",
 	"Functions": "Fonctions",
 	"Functions imported successfully": "Fonctions importées avec succès",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Entrez la clé API Serply",
 	"Enter Serpstack API Key": "Entrez la clé API Serpstack",
 	"Enter stop sequence": "Entrez la séquence d'arrêt",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Entrez la clé API Tavily",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Entrez les Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Entrez l'URL (par ex. http://localhost:11434)",
 	"Enter Your Email": "Entrez votre adresse e-mail",
 	"Enter Your Full Name": "Entrez votre nom complet",
+	"Enter your message": "",
 	"Enter Your Password": "Entrez votre mot de passe",
 	"Enter Your Role": "Entrez votre rôle",
 	"Error": "Erreur",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Function created successfully": "La fonction a été créée avec succès",
 	"Function deleted successfully": "Fonction supprimée avec succès",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "La fonction a été mise à jour avec succès",
 	"Functions": "Fonctions",
 	"Functions imported successfully": "Fonctions importées avec succès",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "הזן מפתח API של Serpstack",
 	"Enter stop sequence": "הזן רצף עצירה",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "הזן Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "הזן כתובת URL (למשל http://localhost:11434)",
 	"Enter Your Email": "הזן את דוא\"ל שלך",
 	"Enter Your Full Name": "הזן את שמך המלא",
+	"Enter your message": "",
 	"Enter Your Password": "הזן את הסיסמה שלך",
 	"Enter Your Role": "הזן את התפקיד שלך",
 	"Error": "שגיאה",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "עונש תדירות",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "सर्पस्टैक एपीआई कुंजी दर्ज करें",
 	"Enter stop sequence": "स्टॉप अनुक्रम दर्ज करें",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "शीर्ष K दर्ज करें",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "यूआरएल दर्ज करें (उदा. http://localhost:11434)",
 	"Enter Your Email": "अपना ईमेल दर्ज करें",
 	"Enter Your Full Name": "अपना पूरा नाम भरें",
+	"Enter your message": "",
 	"Enter Your Password": "अपना पासवर्ड भरें",
 	"Enter Your Role": "अपनी भूमिका दर्ज करें",
 	"Error": "चूक",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "फ्रीक्वेंसी पेनल्टी",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Unesite Serply API ključ",
 	"Enter Serpstack API Key": "Unesite Serpstack API ključ",
 	"Enter stop sequence": "Unesite sekvencu zaustavljanja",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Unesite Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Unesite URL (npr. http://localhost:11434)",
 	"Enter Your Email": "Unesite svoj email",
 	"Enter Your Full Name": "Unesite svoje puno ime",
+	"Enter your message": "",
 	"Enter Your Password": "Unesite svoju lozinku",
 	"Enter Your Role": "Unesite svoju ulogu",
 	"Error": "Greška",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Kazna za učestalost",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

+ 4 - 0
src/lib/i18n/locales/id-ID/translation.json

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Masukkan Kunci API Serply",
 	"Enter Serpstack API Key": "Masukkan Kunci API Serpstack",
 	"Enter stop sequence": "Masukkan urutan berhenti",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Masukkan Kunci API Tavily",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Masukkan Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Masukkan URL (mis. http://localhost:11434)",
 	"Enter Your Email": "Masukkan Email Anda",
 	"Enter Your Full Name": "Masukkan Nama Lengkap Anda",
+	"Enter your message": "",
 	"Enter Your Password": "Masukkan Kata Sandi Anda",
 	"Enter Your Role": "Masukkan Peran Anda",
 	"Error": "Kesalahan",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalti Frekuensi",
 	"Function created successfully": "Fungsi berhasil dibuat",
 	"Function deleted successfully": "Fungsi berhasil dihapus",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Fungsi berhasil diperbarui",
 	"Functions": "Fungsi",
 	"Functions imported successfully": "Fungsi berhasil diimpor",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Inserisci la chiave API Serpstack",
 	"Enter stop sequence": "Inserisci la sequenza di arresto",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Inserisci Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Inserisci URL (ad esempio http://localhost:11434)",
 	"Enter Your Email": "Inserisci la tua email",
 	"Enter Your Full Name": "Inserisci il tuo nome completo",
+	"Enter your message": "",
 	"Enter Your Password": "Inserisci la tua password",
 	"Enter Your Role": "Inserisci il tuo ruolo",
 	"Error": "Errore",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalità di frequenza",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Serpstack APIキーの入力",
 	"Enter stop sequence": "ストップシーケンスを入力してください",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "トップ K を入力してください",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "URL を入力してください (例: http://localhost:11434)",
 	"Enter Your Email": "メールアドレスを入力してください",
 	"Enter Your Full Name": "フルネームを入力してください",
+	"Enter your message": "",
 	"Enter Your Password": "パスワードを入力してください",
 	"Enter Your Role": "ロールを入力してください",
 	"Error": "エラー",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "周波数ペナルティ",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "შეიყვანეთ Serpstack API Key",
 	"Enter stop sequence": "შეიყვანეთ ტოპ თანმიმდევრობა",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "შეიყვანეთ Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "შეიყვანეთ მისამართი (მაგალითად http://localhost:11434)",
 	"Enter Your Email": "შეიყვანეთ თქვენი ელ-ფოსტა",
 	"Enter Your Full Name": "შეიყვანეთ თქვენი სრული სახელი",
+	"Enter your message": "",
 	"Enter Your Password": "შეიყვანეთ თქვენი პაროლი",
 	"Enter Your Role": "შეიყვანეთ თქვენი როლი",
 	"Error": "შეცდომა",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "სიხშირის ჯარიმა",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Serply API 키 입력",
 	"Enter Serpstack API Key": "Serpstack API 키 입력",
 	"Enter stop sequence": "중지 시퀀스 입력",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Tavily API 키 입력",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Top K 입력",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "URL 입력(예: http://localhost:11434)",
 	"Enter Your Email": "이메일 입력",
 	"Enter Your Full Name": "이름 입력",
+	"Enter your message": "",
 	"Enter Your Password": "비밀번호 입력",
 	"Enter Your Role": "역할 입력",
 	"Error": "오류",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "프리퀀시 페널티",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "Įveskite pabaigos sekvenciją",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Įveskite Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Įveskite nuorododą (pvz. http://localhost:11434",
 	"Enter Your Email": "Įveskite el. pašto adresą",
 	"Enter Your Full Name": "Įveskite vardą bei pavardę",
+	"Enter your message": "",
 	"Enter Your Password": "Įveskite slaptažodį",
 	"Enter Your Role": "Įveskite savo rolę",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Skriv inn Serpstack API-nøkkel",
 	"Enter stop sequence": "Skriv inn stoppsekvens",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Skriv inn Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Skriv inn URL (f.eks. http://localhost:11434)",
 	"Enter Your Email": "Skriv inn din e-post",
 	"Enter Your Full Name": "Skriv inn ditt fulle navn",
+	"Enter your message": "",
 	"Enter Your Password": "Skriv inn ditt passord",
 	"Enter Your Role": "Skriv inn din rolle",
 	"Error": "Feil",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Frekvensstraff",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Voer de Serpstack API-sleutel in",
 	"Enter stop sequence": "Zet stop sequentie",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Voeg Top K toe",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Zet URL (Bijv. http://localhost:11434)",
 	"Enter Your Email": "Voer je Email in",
 	"Enter Your Full Name": "Voer je Volledige Naam in",
+	"Enter your message": "",
 	"Enter Your Password": "Voer je Wachtwoord in",
 	"Enter Your Role": "Voer je Rol in",
 	"Error": "Fout",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Frequentie Straf",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Serpstack API ਕੁੰਜੀ ਦਾਖਲ ਕਰੋ",
 	"Enter stop sequence": "ਰੋਕਣ ਦਾ ਕ੍ਰਮ ਦਰਜ ਕਰੋ",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "ਸਿਖਰ K ਦਰਜ ਕਰੋ",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "URL ਦਰਜ ਕਰੋ (ਉਦਾਹਰਣ ਲਈ http://localhost:11434)",
 	"Enter Your Email": "ਆਪਣੀ ਈਮੇਲ ਦਰਜ ਕਰੋ",
 	"Enter Your Full Name": "ਆਪਣਾ ਪੂਰਾ ਨਾਮ ਦਰਜ ਕਰੋ",
+	"Enter your message": "",
 	"Enter Your Password": "ਆਪਣਾ ਪਾਸਵਰਡ ਦਰਜ ਕਰੋ",
 	"Enter Your Role": "ਆਪਣੀ ਭੂਮਿਕਾ ਦਰਜ ਕਰੋ",
 	"Error": "ਗਲਤੀ",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "ਬਾਰੰਬਾਰਤਾ ਜੁਰਮਾਨਾ",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Wprowadź klucz API Serpstack",
 	"Enter stop sequence": "Wprowadź sekwencję zatrzymania",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Wprowadź Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Wprowadź adres URL (np. http://localhost:11434/)",
 	"Enter Your Email": "Wprowadź swój adres email",
 	"Enter Your Full Name": "Wprowadź swoje imię i nazwisko",
+	"Enter your message": "",
 	"Enter Your Password": "Wprowadź swoje hasło",
 	"Enter Your Role": "Wprowadź swoją rolę",
 	"Error": "Błąd",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Kara za częstotliwość",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Digite a chave da API Serpstack",
 	"Enter stop sequence": "Digite a sequência de parada",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Digite o Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Digite a URL (por exemplo, http://localhost:11434)",
 	"Enter Your Email": "Digite seu E-mail",
 	"Enter Your Full Name": "Digite seu Nome Completo",
+	"Enter your message": "",
 	"Enter Your Password": "Digite sua Senha",
 	"Enter Your Role": "Digite sua Função",
 	"Error": "Erro",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalidade de Frequência",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Escreva a chave da API Serpstack",
 	"Enter stop sequence": "Escreva a sequência de paragem",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Escreva o Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Escreva o URL (por exemplo, http://localhost:11434)",
 	"Enter Your Email": "Escreva o seu E-mail",
 	"Enter Your Full Name": "Escreva o seu Nome Completo",
+	"Enter your message": "",
 	"Enter Your Password": "Escreva a sua Senha",
 	"Enter Your Role": "Escreva a sua Função",
 	"Error": "Erro",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Penalidade de Frequência",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Введите ключ API Serpstack",
 	"Enter stop sequence": "Введите последовательность остановки",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Введите Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Введите URL-адрес (например, http://localhost:11434)",
 	"Enter Your Email": "Введите вашу электронную почту",
 	"Enter Your Full Name": "Введите ваше полное имя",
+	"Enter your message": "",
 	"Enter Your Password": "Введите ваш пароль",
 	"Enter Your Role": "Введите вашу роль",
 	"Error": "Ошибка",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Штраф за частоту",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "Унесите Серпстацк АПИ кључ",
 	"Enter stop sequence": "Унесите секвенцу заустављања",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Унесите Топ К",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Унесите адресу (нпр. http://localhost:11434)",
 	"Enter Your Email": "Унесите вашу е-пошту",
 	"Enter Your Full Name": "Унесите ваше име и презиме",
+	"Enter your message": "",
 	"Enter Your Password": "Унесите вашу лозинку",
 	"Enter Your Role": "Унесите вашу улогу",
 	"Error": "Грешка",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Фреквентна казна",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Ange Serply API-nyckel",
 	"Enter Serpstack API Key": "Ange Serpstack API-nyckel",
 	"Enter stop sequence": "Ange stoppsekvens",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Ange Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Ange URL (t.ex. http://localhost:11434)",
 	"Enter Your Email": "Ange din e-post",
 	"Enter Your Full Name": "Ange ditt fullständiga namn",
+	"Enter your message": "",
 	"Enter Your Password": "Ange ditt lösenord",
 	"Enter Your Role": "Ange din roll",
 	"Error": "Fel",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Straff för frekvens",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "",
 	"Enter Serpstack API Key": "",
 	"Enter stop sequence": "",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "",
 	"Enter Your Email": "",
 	"Enter Your Full Name": "",
+	"Enter your message": "",
 	"Enter Your Password": "",
 	"Enter Your Role": "",
 	"Error": "",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "",
 	"Functions imported successfully": "",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Serply API Anahtarını Girin",
 	"Enter Serpstack API Key": "Serpstack API Anahtarını Girin",
 	"Enter stop sequence": "Durdurma dizisini girin",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Tavily API Anahtarını Girin",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Top K'yı girin",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "URL'yi Girin (e.g. http://localhost:11434)",
 	"Enter Your Email": "E-postanızı Girin",
 	"Enter Your Full Name": "Tam Adınızı Girin",
+	"Enter your message": "",
 	"Enter Your Password": "Parolanızı Girin",
 	"Enter Your Role": "Rolünüzü Girin",
 	"Error": "Hata",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Frekans Cezası",
 	"Function created successfully": "Fonksiyon başarıyla oluşturuldu",
 	"Function deleted successfully": "Fonksiyon başarıyla silindi",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Fonksiyon başarıyla güncellendi",
 	"Functions": "Fonksiyonlar",
 	"Functions imported successfully": "Fonksiyonlar başarıyla içe aktarıldı",

+ 4 - 0
src/lib/i18n/locales/uk-UA/translation.json

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Введіть ключ API Serply",
 	"Enter Serpstack API Key": "Введіть ключ API Serpstack",
 	"Enter stop sequence": "Введіть символ зупинки",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Введіть ключ API Tavily",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "Введіть Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Введіть URL-адресу (напр., http://localhost:11434)",
 	"Enter Your Email": "Введіть вашу електронну пошту",
 	"Enter Your Full Name": "Введіть ваше ім'я",
+	"Enter your message": "",
 	"Enter Your Password": "Введіть ваш пароль",
 	"Enter Your Role": "Введіть вашу роль",
 	"Error": "Помилка",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Штраф за частоту",
 	"Function created successfully": "Функцію успішно створено",
 	"Function deleted successfully": "Функцію успішно видалено",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Функцію успішно оновлено",
 	"Functions": "Функції",
 	"Functions imported successfully": "Функції успішно імпортовано",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "Nhập Serply API Key",
 	"Enter Serpstack API Key": "Nhập Serpstack API Key",
 	"Enter stop sequence": "Nhập stop sequence",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "Nhập Tavily API Key",
 	"Enter Tika Server URL": "Nhập URL cho  Tika Server",
 	"Enter Top K": "Nhập Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "Nhập URL (vd: http://localhost:11434)",
 	"Enter Your Email": "Nhập Email của bạn",
 	"Enter Your Full Name": "Nhập Họ và Tên của bạn",
+	"Enter your message": "",
 	"Enter Your Password": "Nhập Mật khẩu của bạn",
 	"Enter Your Role": "Nhập vai trò của bạn",
 	"Error": "Lỗi",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "Hình phạt tần số",
 	"Function created successfully": "Function được tạo thành công",
 	"Function deleted successfully": "Function đã bị xóa",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "Function được cập nhật thành công",
 	"Functions": "",
 	"Functions imported successfully": "Các function đã được nạp thành công",

+ 7 - 3
src/lib/i18n/locales/zh-CN/translation.json

@@ -88,7 +88,7 @@
 	"Chat": "对话",
 	"Chat Background Image": "对话背景图片",
 	"Chat Bubble UI": "气泡样式对话",
-	"Chat Controls": "",
+	"Chat Controls": "对话高级设置",
 	"Chat direction": "对话样式方向",
 	"Chat History": "对话历史记录",
 	"Chat History is off for this browser.": "此浏览器已关闭对话历史记录功能。",
@@ -131,7 +131,7 @@
 	"Context Length": "上下文长度",
 	"Continue Response": "继续生成",
 	"Continue with {{provider}}": "使用 {{provider}} 继续",
-	"Controls": "",
+	"Controls": "对话高级设置",
 	"Copied shared chat URL to clipboard!": "已复制此对话分享链接至剪贴板!",
 	"Copy": "复制",
 	"Copy last code block": "复制最后一个代码块中的代码",
@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "输入 Serply API 密钥",
 	"Enter Serpstack API Key": "输入 Serpstack API 密钥",
 	"Enter stop sequence": "输入停止序列 (Stop Sequence)",
+	"Enter system prompt": "输入系统提示词 (Prompt)",
 	"Enter Tavily API Key": "输入 Tavily API 密钥",
 	"Enter Tika Server URL": "输入 Tika 服务器地址",
 	"Enter Top K": "输入 Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "输入地址 (例如:http://localhost:11434)",
 	"Enter Your Email": "输入您的电子邮箱",
 	"Enter Your Full Name": "输入您的名称",
+	"Enter your message": "输入您的消息",
 	"Enter Your Password": "输入您的密码",
 	"Enter Your Role": "输入您的权限组",
 	"Error": "错误",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "频率惩罚",
 	"Function created successfully": "函数创建成功",
 	"Function deleted successfully": "函数删除成功",
+	"Function is now globally disabled": "函数全局已禁用",
+	"Function is now globally enabled": "函数全局已启用",
 	"Function updated successfully": "函数更新成功",
 	"Functions": "函数",
 	"Functions imported successfully": "函数导入成功",
@@ -558,7 +562,7 @@
 	"Successfully updated.": "成功更新。",
 	"Suggested": "建议",
 	"System": "系统",
-	"System Prompt": "系统提示词",
+	"System Prompt": "系统提示词 (System Prompt)",
 	"Tags": "标签",
 	"Tap to interrupt": "点击以中断",
 	"Tavily API Key": "Tavily API 密钥",

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

@@ -236,6 +236,7 @@
 	"Enter Serply API Key": "輸入 Serply API 金鑰",
 	"Enter Serpstack API Key": "輸入 Serpstack API 金鑰",
 	"Enter stop sequence": "輸入停止序列",
+	"Enter system prompt": "",
 	"Enter Tavily API Key": "輸入 Tavily API 金鑰",
 	"Enter Tika Server URL": "",
 	"Enter Top K": "輸入 Top K",
@@ -243,6 +244,7 @@
 	"Enter URL (e.g. http://localhost:11434)": "輸入 URL(例如 http://localhost:11434)",
 	"Enter Your Email": "輸入您的電子郵件",
 	"Enter Your Full Name": "輸入您的全名",
+	"Enter your message": "",
 	"Enter Your Password": "輸入您的密碼",
 	"Enter Your Role": "輸入您的角色",
 	"Error": "錯誤",
@@ -278,6 +280,8 @@
 	"Frequency Penalty": "頻率懲罰",
 	"Function created successfully": "",
 	"Function deleted successfully": "",
+	"Function is now globally disabled": "",
+	"Function is now globally enabled": "",
 	"Function updated successfully": "",
 	"Functions": "功能",
 	"Functions imported successfully": "",