1
0
Эх сурвалжийг харах

Consolidate duplicate messages into a single one

hurxxxx 3 сар өмнө
parent
commit
d72e41c563
56 өөрчлөгдсөн 4 нэмэгдсэн , 212 устгасан
  1. 1 1
      src/lib/components/admin/Functions/FunctionEditor.svelte
  2. 1 1
      src/lib/components/chat/MessageInput/Commands/Knowledge.svelte
  3. 1 1
      src/lib/components/layout/Sidebar/RecursiveFolder.svelte
  4. 1 1
      src/lib/components/workspace/Tools.svelte
  5. 0 4
      src/lib/i18n/locales/ar-BH/translation.json
  6. 0 4
      src/lib/i18n/locales/ar/translation.json
  7. 0 4
      src/lib/i18n/locales/bg-BG/translation.json
  8. 0 4
      src/lib/i18n/locales/bn-BD/translation.json
  9. 0 4
      src/lib/i18n/locales/bo-TB/translation.json
  10. 0 4
      src/lib/i18n/locales/ca-ES/translation.json
  11. 0 4
      src/lib/i18n/locales/ceb-PH/translation.json
  12. 0 4
      src/lib/i18n/locales/cs-CZ/translation.json
  13. 0 4
      src/lib/i18n/locales/da-DK/translation.json
  14. 0 4
      src/lib/i18n/locales/de-DE/translation.json
  15. 0 4
      src/lib/i18n/locales/dg-DG/translation.json
  16. 0 4
      src/lib/i18n/locales/el-GR/translation.json
  17. 0 4
      src/lib/i18n/locales/en-GB/translation.json
  18. 0 4
      src/lib/i18n/locales/en-US/translation.json
  19. 0 4
      src/lib/i18n/locales/es-ES/translation.json
  20. 0 4
      src/lib/i18n/locales/et-EE/translation.json
  21. 0 4
      src/lib/i18n/locales/eu-ES/translation.json
  22. 0 4
      src/lib/i18n/locales/fa-IR/translation.json
  23. 0 4
      src/lib/i18n/locales/fi-FI/translation.json
  24. 0 4
      src/lib/i18n/locales/fr-CA/translation.json
  25. 0 4
      src/lib/i18n/locales/fr-FR/translation.json
  26. 0 4
      src/lib/i18n/locales/he-IL/translation.json
  27. 0 4
      src/lib/i18n/locales/hi-IN/translation.json
  28. 0 4
      src/lib/i18n/locales/hr-HR/translation.json
  29. 0 4
      src/lib/i18n/locales/hu-HU/translation.json
  30. 0 4
      src/lib/i18n/locales/id-ID/translation.json
  31. 0 4
      src/lib/i18n/locales/ie-GA/translation.json
  32. 0 4
      src/lib/i18n/locales/it-IT/translation.json
  33. 0 4
      src/lib/i18n/locales/ja-JP/translation.json
  34. 0 4
      src/lib/i18n/locales/ka-GE/translation.json
  35. 0 4
      src/lib/i18n/locales/ko-KR/translation.json
  36. 0 4
      src/lib/i18n/locales/lt-LT/translation.json
  37. 0 4
      src/lib/i18n/locales/ms-MY/translation.json
  38. 0 4
      src/lib/i18n/locales/nb-NO/translation.json
  39. 0 4
      src/lib/i18n/locales/nl-NL/translation.json
  40. 0 4
      src/lib/i18n/locales/pa-IN/translation.json
  41. 0 4
      src/lib/i18n/locales/pl-PL/translation.json
  42. 0 4
      src/lib/i18n/locales/pt-BR/translation.json
  43. 0 4
      src/lib/i18n/locales/pt-PT/translation.json
  44. 0 4
      src/lib/i18n/locales/ro-RO/translation.json
  45. 0 4
      src/lib/i18n/locales/ru-RU/translation.json
  46. 0 4
      src/lib/i18n/locales/sk-SK/translation.json
  47. 0 4
      src/lib/i18n/locales/sr-RS/translation.json
  48. 0 4
      src/lib/i18n/locales/sv-SE/translation.json
  49. 0 4
      src/lib/i18n/locales/th-TH/translation.json
  50. 0 4
      src/lib/i18n/locales/tk-TW/translation.json
  51. 0 4
      src/lib/i18n/locales/tr-TR/translation.json
  52. 0 4
      src/lib/i18n/locales/uk-UA/translation.json
  53. 0 4
      src/lib/i18n/locales/ur-PK/translation.json
  54. 0 4
      src/lib/i18n/locales/vi-VN/translation.json
  55. 0 4
      src/lib/i18n/locales/zh-CN/translation.json
  56. 0 4
      src/lib/i18n/locales/zh-TW/translation.json

+ 1 - 1
src/lib/components/admin/Functions/FunctionEditor.svelte

@@ -387,7 +387,7 @@ class Pipe:
 					<div class="flex-1 pr-3">
 						<div class="text-xs text-gray-500 line-clamp-2">
 							<span class=" font-semibold dark:text-gray-200">{$i18n.t('Warning:')}</span>
-							{$i18n.t('Functions allow arbitrary code execution')} <br />—
+							{$i18n.t('Functions allow arbitrary code execution.')} <br />—
 							<span class=" font-medium dark:text-gray-400"
 								>{$i18n.t(`don't install random functions from sources you don't trust.`)}</span
 							>

+ 1 - 1
src/lib/components/chat/MessageInput/Commands/Knowledge.svelte

@@ -265,7 +265,7 @@
 									{/each}
 								{:else}
 									<div class=" text-gray-500 text-xs mt-1 mb-2">
-										{$i18n.t('No files found.')}
+										{$i18n.t('File not found.')}
 									</div>
 								{/if}
 							</div> -->

+ 1 - 1
src/lib/components/layout/Sidebar/RecursiveFolder.svelte

@@ -252,7 +252,7 @@
 
 	const nameUpdateHandler = async () => {
 		if (name === '') {
-			toast.error($i18n.t('Folder name cannot be empty'));
+			toast.error($i18n.t('Folder name cannot be empty.'));
 			return;
 		}
 

+ 1 - 1
src/lib/components/workspace/Tools.svelte

@@ -503,7 +503,7 @@
 
 				<ul class=" mt-1 list-disc pl-4 text-xs">
 					<li>
-						{$i18n.t('Tools have a function calling system that allows arbitrary code execution')}.
+						{$i18n.t('Tools have a function calling system that allows arbitrary code execution.')}.
 					</li>
 					<li>{$i18n.t('Do not install tools from sources you do not fully trust.')}</li>
 				</ul>

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
 	"Focus chat input": "التركيز على إدخال الدردشة",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "دفق قطع الاستجابة الخارجية الكبيرة بسلاسة",
 	"Focus chat input": "التركيز على إدخال الدردشة",
 	"Folder deleted successfully": "تم حذف المجلد بنجاح",
-	"Folder name cannot be empty": "لا يمكن أن يكون اسم المجلد فارغًا",
 	"Folder name cannot be empty.": "لا يمكن أن يكون اسم المجلد فارغًا.",
 	"Folder name updated successfully": "تم تحديث اسم المجلد بنجاح",
 	"Followed instructions perfectly": "اتبعت التعليمات على أكمل وجه",
@@ -582,7 +581,6 @@
 	"Function Name": "اسم الوظيفة",
 	"Function updated successfully": "تم تحديث الوظيفة بنجاح",
 	"Functions": "الوظائف",
-	"Functions allow arbitrary code execution": "الوظائف تتيح تنفيذ كود برمجي مخصص",
 	"Functions allow arbitrary code execution.": "الوظائف تتيح تنفيذ كود برمجي مخصص.",
 	"Functions imported successfully": "تم استيراد الوظائف بنجاح",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "لا توجد مسافة متاحة",
 	"No feedbacks found": "لم يتم العثور على ملاحظات",
 	"No file selected": "لم يتم تحديد ملف",
-	"No files found.": "لم يتم العثور على ملفات.",
 	"No groups with access, add a group to grant access": "لا توجد مجموعات لها حق الوصول، أضف مجموعة لمنح الوصول",
 	"No HTML, CSS, or JavaScript content found.": "لم يتم العثور على محتوى HTML أو CSS أو JavaScript.",
 	"No inference engine with management support found": "لم يتم العثور على محرك استدلال يدعم الإدارة",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "الوصول إلى الأدوات",
 	"Tools are a function calling system with arbitrary code execution": "الأدوات عبارة عن نظام لاستدعاء الوظائف يسمح بتنفيذ كود برمجي مخصص",
 	"Tools Function Calling Prompt": "توجيه استدعاء وظائف الأدوات",
-	"Tools have a function calling system that allows arbitrary code execution": "تحتوي الأدوات على نظام لاستدعاء الوظائف يتيح تنفيذ كود برمجي مخصص",
 	"Tools have a function calling system that allows arbitrary code execution.": "تحتوي الأدوات على نظام لاستدعاء الوظائف يتيح تنفيذ كود برمجي مخصص.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Плавно предаване на големи части от външен отговор",
 	"Focus chat input": "Фокусиране на чат вход",
 	"Folder deleted successfully": "Папката е изтрита успешно",
-	"Folder name cannot be empty": "Името на папката не може да бъде празно",
 	"Folder name cannot be empty.": "Името на папката не може да бъде празно.",
 	"Folder name updated successfully": "Името на папката е актуализирано успешно",
 	"Followed instructions perfectly": "Следвайте инструкциите перфектно",
@@ -582,7 +581,6 @@
 	"Function Name": "Име на функцията",
 	"Function updated successfully": "Функцията е актуализирана успешно",
 	"Functions": "Функции",
-	"Functions allow arbitrary code execution": "Функциите позволяват произволно изпълнение на код",
 	"Functions allow arbitrary code execution.": "Функциите позволяват произволно изпълнение на код.",
 	"Functions imported successfully": "Функциите са импортирани успешно",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Няма налично разстояние",
 	"No feedbacks found": "Не са намерени обратни връзки",
 	"No file selected": "Не е избран файл",
-	"No files found.": "Не са намерени файлове.",
 	"No groups with access, add a group to grant access": "Няма групи с достъп, добавете група, за да предоставите достъп",
 	"No HTML, CSS, or JavaScript content found.": "Не е намерено HTML, CSS или JavaScript съдържание.",
 	"No inference engine with management support found": "Не е намерен механизъм за извод с поддръжка на управление",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Достъп до инструменти",
 	"Tools are a function calling system with arbitrary code execution": "Инструментите са система за извикване на функции с произволно изпълнение на код",
 	"Tools Function Calling Prompt": "Промпт за извикване на функции на инструментите",
-	"Tools have a function calling system that allows arbitrary code execution": "Инструментите имат система за извикване на функции, която позволява произволно изпълнение на код",
 	"Tools have a function calling system that allows arbitrary code execution.": "Инструментите имат система за извикване на функции, която позволява произволно изпълнение на код.",
 	"Tools Public Sharing": "",
 	"Top K": "Топ K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "বড় এক্সটার্নাল রেসপন্স চাঙ্কগুলো মসৃণভাবে প্রবাহিত করুন",
 	"Focus chat input": "চ্যাট ইনপুট ফোকাস করুন",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "নির্দেশাবলী নিখুঁতভাবে অনুসরণ করা হয়েছে",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/bo-TB/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "ཕྱི་རོལ་གྱི་ལན་གྱི་དུམ་བུ་ཆེན་པོ་རྒྱུན་བཞིན་རྒྱུག་པ།",
 	"Focus chat input": "ཁ་བརྡའི་ནང་འཇུག་ལ་དམིགས་པ།",
 	"Folder deleted successfully": "ཡིག་སྣོད་ལེགས་པར་བསུབས་ཟིན།",
-	"Folder name cannot be empty": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
 	"Folder name cannot be empty.": "ཡིག་སྣོད་ཀྱི་མིང་སྟོང་པ་ཡིན་མི་ཆོག",
 	"Folder name updated successfully": "ཡིག་སྣོད་ཀྱི་མིང་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
 	"Followed instructions perfectly": "ལམ་སྟོན་ཡང་དག་པར་བསྒྲུབས།",
@@ -582,7 +581,6 @@
 	"Function Name": "ལས་འགན་གྱི་མིང་།",
 	"Function updated successfully": "ལས་འགན་ལེགས་པར་གསར་སྒྱུར་བྱས་ཟིན།",
 	"Functions": "ལས་འགན།",
-	"Functions allow arbitrary code execution": "ལས་འགན་གྱིས་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་ལ་གནང་བ་སྤྲོད།",
 	"Functions allow arbitrary code execution.": "ལས་འགན་གྱིས་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་ལ་གནང་བ་སྤྲོད།",
 	"Functions imported successfully": "ལས་འགན་ལེགས་པར་ནང་འདྲེན་བྱས།",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "ཐག་རིང་ཚད་མེད།",
 	"No feedbacks found": "བསམ་འཆར་མ་རྙེད།",
 	"No file selected": "ཡིག་ཆ་གདམ་ག་མ་བྱས།",
-	"No files found.": "ཡིག་ཆ་མ་རྙེད།",
 	"No groups with access, add a group to grant access": "འཛུལ་སྤྱོད་ཡོད་པའི་ཚོགས་པ་མེད། འཛུལ་སྤྱོད་སྤྲོད་པར་ཚོགས་པ་ཞིག་སྣོན་པ།",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS, ཡང་ན་ JavaScript གི་ནང་དོན་མ་རྙེད།",
 	"No inference engine with management support found": "དོ་དམ་རྒྱབ་སྐྱོར་ཡོད་པའི་དཔོག་རྩིས་འཕྲུལ་འཁོར་མ་རྙེད།",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "ལག་ཆར་འཛུལ་སྤྱོད།",
 	"Tools are a function calling system with arbitrary code execution": "ལག་ཆ་ནི་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་ཡོད་པའི་ལས་འགན་འབོད་པའི་མ་ལག་ཅིག་ཡིན།",
 	"Tools Function Calling Prompt": "ལག་ཆ་ལས་འགན་འབོད་པའི་འགུལ་སློང་།",
-	"Tools have a function calling system that allows arbitrary code execution": "ལག་ཆར་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་ལ་གནང་བ་སྤྲོད་པའི་ལས་འགན་འབོད་པའི་མ་ལག་ཡོད།",
 	"Tools have a function calling system that allows arbitrary code execution.": "ལག་ཆར་གང་འདོད་ཀྱི་ཀོཌ་ལག་བསྟར་ལ་གནང་བ་སྤྲོད་པའི་ལས་འགན་འབོད་པའི་མ་ལག་ཡོད།",
 	"Tools Public Sharing": "ལག་ཆ་སྤྱི་སྤྱོད་མཉམ་སྤྱོད།",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Transmetre amb fluïdesa grans trossos de resposta externa",
 	"Focus chat input": "Estableix el focus a l'entrada del xat",
 	"Folder deleted successfully": "Carpeta eliminada correctament",
-	"Folder name cannot be empty": "El nom de la carpeta no pot ser buit",
 	"Folder name cannot be empty.": "El nom de la carpeta no pot ser buit.",
 	"Folder name updated successfully": "Nom de la carpeta actualitzat correctament",
 	"Followed instructions perfectly": "S'han seguit les instruccions perfectament",
@@ -582,7 +581,6 @@
 	"Function Name": "Nom de la funció",
 	"Function updated successfully": "La funció s'ha actualitzat correctament",
 	"Functions": "Funcions",
-	"Functions allow arbitrary code execution": "Les funcions permeten l'execució de codi arbitrari",
 	"Functions allow arbitrary code execution.": "Les funcions permeten l'execució de codi arbitrari.",
 	"Functions imported successfully": "Les funcions s'han importat correctament",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "No hi ha distància disponible",
 	"No feedbacks found": "No s'han trobat comentaris",
 	"No file selected": "No s'ha escollit cap fitxer",
-	"No files found.": "No s'han trobat arxius.",
 	"No groups with access, add a group to grant access": "No hi ha cap grup amb accés, afegeix un grup per concedir accés",
 	"No HTML, CSS, or JavaScript content found.": "No s'ha trobat contingut HTML, CSS o JavaScript.",
 	"No inference engine with management support found": "No s'ha trobat un motor d'inferència amb suport de gestió",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Accés a les eines",
 	"Tools are a function calling system with arbitrary code execution": "Les eines són un sistema de crida a funcions amb execució de codi arbitrari",
 	"Tools Function Calling Prompt": "Indicació per a la crida de funcions",
-	"Tools have a function calling system that allows arbitrary code execution": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari",
 	"Tools have a function calling system that allows arbitrary code execution.": "Les eines disposen d'un sistema de crida a funcions que permet execució de codi arbitrari.",
 	"Tools Public Sharing": "Compartició pública d'eines",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"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",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/cs-CZ/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Plynule streamujte velké externí části odpovědí",
 	"Focus chat input": "Zaměřte se na vstup chatu",
 	"Folder deleted successfully": "Složka byla úspěšně smazána",
-	"Folder name cannot be empty": "Název složky nesmí být prázdný",
 	"Folder name cannot be empty.": "Název složky nesmí být prázdný.",
 	"Folder name updated successfully": "Název složky byl úspěšně aktualizován.",
 	"Followed instructions perfectly": "Dodržel pokyny dokonale.",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Funkce byla úspěšně aktualizována.",
 	"Functions": "Funkce",
-	"Functions allow arbitrary code execution": "Funkce umožňují vykonávat libovolný kód.",
 	"Functions allow arbitrary code execution.": "Funkce umožňují provádění libovolného kódu.",
 	"Functions imported successfully": "Funkce byly úspěšně importovány",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Není dostupná žádná vzdálenost",
 	"No feedbacks found": "Žádná zpětná vazba nenalezena",
 	"No file selected": "Nebyl vybrán žádný soubor",
-	"No files found.": "Nebyly nalezeny žádné soubory.",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "Nebyl nalezen žádný obsah HTML, CSS ani JavaScriptu.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Nástroje jsou systémem pro volání funkcí s vykonáváním libovolného kódu.",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Nástroje mají systém volání funkcí, který umožňuje libovolné spouštění kódu.",
 	"Tools have a function calling system that allows arbitrary code execution.": "Nástroje mají systém volání funkcí, který umožňuje spuštění libovolného kódu.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/da-DK/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Stream store eksterne svar chunks flydende",
 	"Focus chat input": "Fokuser på chatinput",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Fulgte instruktionerne perfekt",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Funktion opdateret.",
 	"Functions": "Funktioner",
-	"Functions allow arbitrary code execution": "Funktioner tillader kørsel af vilkårlig kode",
 	"Functions allow arbitrary code execution.": "Funktioner tillader kørsel af vilkårlig kode.",
 	"Functions imported successfully": "Funktioner importeret.",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "Ingen fil valgt",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "Intet HTML-, CSS- eller JavaScript-indhold fundet.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Værktøjs Adgang",
 	"Tools are a function calling system with arbitrary code execution": "Værktøjer er et funktionkaldssystem med vilkårlig kodeudførelse",
 	"Tools Function Calling Prompt": "Værktøjs Funktionkaldprompt",
-	"Tools have a function calling system that allows arbitrary code execution": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse",
 	"Tools have a function calling system that allows arbitrary code execution.": "Værktøjer har et funktionkaldssystem, der tillader vilkårlig kodeudførelse.",
 	"Tools Public Sharing": "Værktøjer Offentlig Deling",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Nahtlose Übertragung großer externer Antwortabschnitte",
 	"Focus chat input": "Chat-Eingabe fokussieren",
 	"Folder deleted successfully": "Ordner erfolgreich gelöscht",
-	"Folder name cannot be empty": "Ordnername darf nicht leer sein",
 	"Folder name cannot be empty.": "Ordnername darf nicht leer sein.",
 	"Folder name updated successfully": "Ordnername erfolgreich aktualisiert",
 	"Followed instructions perfectly": "Anweisungen perfekt befolgt",
@@ -582,7 +581,6 @@
 	"Function Name": "Funktionsname",
 	"Function updated successfully": "Funktion erfolgreich aktualisiert",
 	"Functions": "Funktionen",
-	"Functions allow arbitrary code execution": "Funktionen ermöglichen die Ausführung beliebigen Codes",
 	"Functions allow arbitrary code execution.": "Funktionen ermöglichen die Ausführung beliebigen Codes.",
 	"Functions imported successfully": "Funktionen erfolgreich importiert",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Keine Distanz verfügbar",
 	"No feedbacks found": "Kein Feedback gefunden",
 	"No file selected": "Keine Datei ausgewählt",
-	"No files found.": "Keine Dateien gefunden.",
 	"No groups with access, add a group to grant access": "Keine Gruppen mit Zugriff, fügen Sie eine Gruppe hinzu, um Zugriff zu gewähren",
 	"No HTML, CSS, or JavaScript content found.": "Keine HTML-, CSS- oder JavaScript-Inhalte gefunden.",
 	"No inference engine with management support found": "Keine Inferenz-Engine mit Management-Unterstützung gefunden",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Werkzeugzugriff",
 	"Tools are a function calling system with arbitrary code execution": "Wekzeuge sind ein Funktionssystem mit beliebiger Codeausführung",
 	"Tools Function Calling Prompt": "Prompt für Funktionssystemaufrufe",
-	"Tools have a function calling system that allows arbitrary code execution": "Werkezuge verfügen über ein Funktionssystem, das die Ausführung beliebigen Codes ermöglicht",
 	"Tools have a function calling system that allows arbitrary code execution.": "Werkzeuge verfügen über ein Funktionssystem, das die Ausführung beliebigen Codes ermöglicht.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Fluidly wow big chunks",
 	"Focus chat input": "Focus chat bork",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K very top",

+ 0 - 4
src/lib/i18n/locales/el-GR/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Ροή μεγάλων εξωτερικών τμημάτων απάντησης ομαλά",
 	"Focus chat input": "Εστίαση στο πεδίο συνομιλίας",
 	"Folder deleted successfully": "Ο φάκελος διαγράφηκε με επιτυχία",
-	"Folder name cannot be empty": "Το όνομα του φακέλου δεν μπορεί να είναι κενό",
 	"Folder name cannot be empty.": "Το όνομα του φακέλου δεν μπορεί να είναι κενό.",
 	"Folder name updated successfully": "Το όνομα του φακέλου ενημερώθηκε με επιτυχία",
 	"Followed instructions perfectly": "Ακολούθησε τις οδηγίες τέλεια",
@@ -582,7 +581,6 @@
 	"Function Name": "Όνομα Λειτουργίας",
 	"Function updated successfully": "Η λειτουργία ενημερώθηκε με επιτυχία",
 	"Functions": "Λειτουργίες",
-	"Functions allow arbitrary code execution": "Οι λειτουργίες επιτρέπουν την εκτέλεση αυθαίρετου κώδικα",
 	"Functions allow arbitrary code execution.": "Οι λειτουργίες επιτρέπουν την εκτέλεση αυθαίρετου κώδικα.",
 	"Functions imported successfully": "Οι λειτουργίες εισήχθησαν με επιτυχία",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Δεν υπάρχει διαθέσιμη απόσταση",
 	"No feedbacks found": "Δεν βρέθηκαν ανατροφοδοτήσεις",
 	"No file selected": "Δεν έχει επιλεγεί αρχείο",
-	"No files found.": "Δεν βρέθηκαν αρχεία.",
 	"No groups with access, add a group to grant access": "Δεν υπάρχουν ομάδες με πρόσβαση, προσθέστε μια ομάδα για να χορηγήσετε πρόσβαση",
 	"No HTML, CSS, or JavaScript content found.": "Δεν βρέθηκε περιεχόμενο HTML, CSS ή JavaScript.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Πρόσβαση Εργαλείων",
 	"Tools are a function calling system with arbitrary code execution": "Τα εργαλεία είναι ένα σύστημα κλήσης λειτουργιών με αυθαίρετη εκτέλεση κώδικα",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Τα εργαλεία διαθέτουν ένα σύστημα κλήσης λειτουργιών που επιτρέπει την αυθαίρετη εκτέλεση κώδικα",
 	"Tools have a function calling system that allows arbitrary code execution.": "Τα εργαλεία διαθέτουν ένα σύστημα κλήσης λειτουργιών που επιτρέπει την αυθαίρετη εκτέλεση κώδικα.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Transmisión fluida de fragmentos de grandes respuestas externas",
 	"Focus chat input": "Enfocar campo de chat",
 	"Folder deleted successfully": "Carpeta eliminada correctamente",
-	"Folder name cannot be empty": "El nombre de la carpeta no puede estar vacío",
 	"Folder name cannot be empty.": "El nombre de la carpeta no puede estar vacío",
 	"Folder name updated successfully": "Nombre de la carpeta actualizado correctamente",
 	"Followed instructions perfectly": "Siguió las instrucciones perfectamente",
@@ -582,7 +581,6 @@
 	"Function Name": "Nombre de la Función",
 	"Function updated successfully": "Función actualizada correctamente",
 	"Functions": "Funciones",
-	"Functions allow arbitrary code execution": "Las Funciones habilitan la ejecución de código arbitrario",
 	"Functions allow arbitrary code execution.": "Las Funciones habilitan la ejecución de código arbitrario.",
 	"Functions imported successfully": "Funciones importadas correctamente",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "No hay distancia disponible",
 	"No feedbacks found": "No se encontraron realimentaciones",
 	"No file selected": "No se seleccionó archivo",
-	"No files found.": "No se encontraron archivos.",
 	"No groups with access, add a group to grant access": "No hay grupos con acceso, añade un grupo para otorgar acceso",
 	"No HTML, CSS, or JavaScript content found.": "No se encontró contenido HTML, CSS, o JavaScript.",
 	"No inference engine with management support found": "No se encontró un motor de inferencia que soporte gestión",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Acceso a Herramientas",
 	"Tools are a function calling system with arbitrary code execution": "Las herramientas son un sistema de llamada de funciones con ejecución de código arbitrario",
 	"Tools Function Calling Prompt": "Indicador para la Función de Llamada a las Herramientas",
-	"Tools have a function calling system that allows arbitrary code execution": "Las herramientas tienen un sistema de llamadas de funciones que permite la ejecución de código arbitrario",
 	"Tools have a function calling system that allows arbitrary code execution.": "Las herramientas tienen un sistema de llamada de funciones que permite la ejecución de código arbitrario.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/et-EE/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Suurte väliste vastuste tükkide sujuv voogedastus",
 	"Focus chat input": "Fokuseeri vestluse sisendile",
 	"Folder deleted successfully": "Kaust edukalt kustutatud",
-	"Folder name cannot be empty": "Kausta nimi ei saa olla tühi",
 	"Folder name cannot be empty.": "Kausta nimi ei saa olla tühi.",
 	"Folder name updated successfully": "Kausta nimi edukalt uuendatud",
 	"Followed instructions perfectly": "Järgis juhiseid täiuslikult",
@@ -582,7 +581,6 @@
 	"Function Name": "Funktsiooni nimi",
 	"Function updated successfully": "Funktsioon edukalt uuendatud",
 	"Functions": "Funktsioonid",
-	"Functions allow arbitrary code execution": "Funktsioonid võimaldavad suvalise koodi käivitamist",
 	"Functions allow arbitrary code execution.": "Funktsioonid võimaldavad suvalise koodi käivitamist.",
 	"Functions imported successfully": "Funktsioonid edukalt imporditud",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Kaugus pole saadaval",
 	"No feedbacks found": "Tagasisidet ei leitud",
 	"No file selected": "Faili pole valitud",
-	"No files found.": "Faile ei leitud.",
 	"No groups with access, add a group to grant access": "Puuduvad juurdepääsuõigustega grupid, lisage grupp juurdepääsu andmiseks",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS ega JavaScript sisu ei leitud.",
 	"No inference engine with management support found": "Järeldusmootorit haldamise toega ei leitud",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Tööriistade juurdepääs",
 	"Tools are a function calling system with arbitrary code execution": "Tööriistad on funktsioonide kutsumise süsteem suvalise koodi täitmisega",
 	"Tools Function Calling Prompt": "Tööriistade funktsioonide kutsumise vihje",
-	"Tools have a function calling system that allows arbitrary code execution": "Tööriistadel on funktsioonide kutsumise süsteem, mis võimaldab suvalise koodi täitmist",
 	"Tools have a function calling system that allows arbitrary code execution.": "Tööriistadel on funktsioonide kutsumise süsteem, mis võimaldab suvalise koodi täitmist.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Modu jariagarrian transmititu kanpoko erantzun zati handiak",
 	"Focus chat input": "Fokuratu txataren sarrera",
 	"Folder deleted successfully": "Karpeta ongi ezabatu da",
-	"Folder name cannot be empty": "Karpetaren izena ezin da hutsik egon",
 	"Folder name cannot be empty.": "Karpetaren izena ezin da hutsik egon.",
 	"Folder name updated successfully": "Karpetaren izena ongi eguneratu da",
 	"Followed instructions perfectly": "Jarraibideak perfektuki jarraitu ditu",
@@ -582,7 +581,6 @@
 	"Function Name": "Funtzioaren Izena",
 	"Function updated successfully": "Funtzioa ongi eguneratu da",
 	"Functions": "Funtzioak",
-	"Functions allow arbitrary code execution": "Funtzioek kode arbitrarioa exekutatzea ahalbidetzen dute",
 	"Functions allow arbitrary code execution.": "Funtzioek kode arbitrarioa exekutatzea ahalbidetzen dute.",
 	"Functions imported successfully": "Funtzioak ongi inportatu dira",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Ez dago distantziarik eskuragarri",
 	"No feedbacks found": "Ez da iritzirik aurkitu",
 	"No file selected": "Ez da fitxategirik hautatu",
-	"No files found.": "Ez da fitxategirik aurkitu.",
 	"No groups with access, add a group to grant access": "Ez dago sarbidea duen talderik, gehitu talde bat sarbidea emateko",
 	"No HTML, CSS, or JavaScript content found.": "Ez da HTML, CSS, edo JavaScript edukirik aurkitu.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Tresnen sarbidea",
 	"Tools are a function calling system with arbitrary code execution": "Tresnak kode arbitrarioa exekutatzeko funtzio deitzeko sistema bat dira",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Tresnek kode arbitrarioa exekutatzeko aukera ematen duen funtzio deitzeko sistema dute",
 	"Tools have a function calling system that allows arbitrary code execution.": "Tresnek kode arbitrarioa exekutatzeko aukera ematen duen funtzio deitzeko sistema dute.",
 	"Tools Public Sharing": "",
 	"Top K": "Goiko K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "تکه های پاسخ خارجی بزرگ را به صورت سیال پخش کنید",
 	"Focus chat input": "فوکوس کردن ورودی گپ",
 	"Folder deleted successfully": "پوشه با موفقیت حذف شد",
-	"Folder name cannot be empty": "نام پوشه نمی\u200cتواند خالی باشد",
 	"Folder name cannot be empty.": "نام پوشه نمی\u200cتواند خالی باشد.",
 	"Folder name updated successfully": "نام پوشه با موفقیت به\u200cروز شد",
 	"Followed instructions perfectly": "دستورالعمل ها را کاملا دنبال کرد",
@@ -582,7 +581,6 @@
 	"Function Name": "نام تابع",
 	"Function updated successfully": "تابع با موفقیت به\u200cروز شد",
 	"Functions": "توابع",
-	"Functions allow arbitrary code execution": "توابع اجازه اجرای کد دلخواه را می\u200cدهند",
 	"Functions allow arbitrary code execution.": "توابع اجازه اجرای کد دلخواه را می\u200cدهند.",
 	"Functions imported successfully": "درون\u200cریزی توابع با موفقیت انجام شد",
 	"Gemini": "جمینی",
@@ -787,7 +785,6 @@
 	"No distance available": "فاصله\u200cای در دسترس نیست",
 	"No feedbacks found": "بازخوردی یافت نشد",
 	"No file selected": "فایلی انتخاب نشده است",
-	"No files found.": "فایلی یافت نشد.",
 	"No groups with access, add a group to grant access": "هیچ گروهی با دسترسی وجود ندارد، یک گروه برای اعطای دسترسی اضافه کنید",
 	"No HTML, CSS, or JavaScript content found.": "محتوای HTML، CSS یا JavaScript یافت نشد.",
 	"No inference engine with management support found": "موتور استنتاج با پشتیبانی مدیریت یافت نشد",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "دسترسی به ابزارها",
 	"Tools are a function calling system with arbitrary code execution": "ابزارها یک سیستم فراخوانی تابع با اجرای کد دلخواه هستند",
 	"Tools Function Calling Prompt": "پرامپت فراخوانی تابع ابزارها",
-	"Tools have a function calling system that allows arbitrary code execution": "ابزارها دارای سیستم فراخوانی تابع هستند که اجازه اجرای کد دلخواه را می\u200cدهد",
 	"Tools have a function calling system that allows arbitrary code execution.": "ابزارها دارای سیستم فراخوانی تابع هستند که اجازه اجرای کد دلخواه را می\u200cدهد.",
 	"Tools Public Sharing": "اشتراک\u200cگذاری عمومی ابزارها",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Virtaa suuria ulkoisia vastausosia joustavasti",
 	"Focus chat input": "Fokusoi syöttökenttään",
 	"Folder deleted successfully": "Kansio poistettu onnistuneesti",
-	"Folder name cannot be empty": "Kansion nimi ei voi olla tyhjä",
 	"Folder name cannot be empty.": "Kansion nimi ei voi olla tyhjä.",
 	"Folder name updated successfully": "Kansion nimi päivitetty onnistuneesti",
 	"Followed instructions perfectly": "Noudatti ohjeita täydellisesti",
@@ -582,7 +581,6 @@
 	"Function Name": "Toiminnon nimi",
 	"Function updated successfully": "Toiminto päivitetty onnistuneesti",
 	"Functions": "Toiminnot",
-	"Functions allow arbitrary code execution": "Toiminnot sallivat mielivaltaisen koodin suorittamisen",
 	"Functions allow arbitrary code execution.": "Toiminnot sallivat mielivaltaisen koodin suorittamisen.",
 	"Functions imported successfully": "Toiminnot tuotu onnistuneesti",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Etäisyyttä ei saatavilla",
 	"No feedbacks found": "Palautteita ei löytynyt",
 	"No file selected": "Tiedostoa ei ole valittu",
-	"No files found.": "Tiedostoja ei löytynyt.",
 	"No groups with access, add a group to grant access": "Ei ryhmiä, joilla on pääsy, lisää ryhmä antaaksesi pääsyn",
 	"No HTML, CSS, or JavaScript content found.": "HTML-, CSS- tai JavaScript-sisältöä ei löytynyt.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Työkalujen käyttöoikeudet",
 	"Tools are a function calling system with arbitrary code execution": "Työkalut ovat toimintokutsuihin perustuva järjestelmä, joka sallii mielivaltaisen koodin suorittamisen",
 	"Tools Function Calling Prompt": "Työkalujen kutsukehote",
-	"Tools have a function calling system that allows arbitrary code execution": "Työkaluilla on toimintokutsuihin perustuva järjestelmä, joka sallii mielivaltaisen koodin suorittamisen",
 	"Tools have a function calling system that allows arbitrary code execution.": "Työkalut sallivat mielivaltaisen koodin suorittamisen toimintokutsuilla.",
 	"Tools Public Sharing": "Työkalujen julkinen jakaminen",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Diffuser de manière fluide de larges portions de réponses externes",
 	"Focus chat input": "Se concentrer sur le chat en entrée",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "A parfaitement suivi les instructions",
@@ -582,7 +581,6 @@
 	"Function Name": "Nom de la fonction",
 	"Function updated successfully": "La fonction a été mise à jour avec succès",
 	"Functions": "Fonctions",
-	"Functions allow arbitrary code execution": "Les fonctions permettent l'exécution de code arbitraire",
 	"Functions allow arbitrary code execution.": "Les fonctions permettent l'exécution de code arbitraire.",
 	"Functions imported successfully": "Fonctions importées avec succès",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "Aucun fichier sélectionné",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Streaming fluide de gros chunks de réponses externes",
 	"Focus chat input": "Mettre le focus sur le champ de chat",
 	"Folder deleted successfully": "Dossier supprimé avec succès",
-	"Folder name cannot be empty": "Le nom du dossier ne peut pas être vide",
 	"Folder name cannot be empty.": "Le nom du dossier ne peut pas être vide.",
 	"Folder name updated successfully": "Le nom du dossier a été mis à jour avec succès",
 	"Followed instructions perfectly": "A parfaitement suivi les instructions",
@@ -582,7 +581,6 @@
 	"Function Name": "Nom de la fonction",
 	"Function updated successfully": "La fonction a été mise à jour avec succès",
 	"Functions": "Fonctions",
-	"Functions allow arbitrary code execution": "Les fonctions permettent l'exécution de code arbitraire",
 	"Functions allow arbitrary code execution.": "Les fonctions permettent l'exécution de code arbitraire.",
 	"Functions imported successfully": "Fonctions importées avec succès",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Aucune distance disponible",
 	"No feedbacks found": "Aucun avis trouvé",
 	"No file selected": "Aucun fichier sélectionné",
-	"No files found.": "Aucun fichier trouvé.",
 	"No groups with access, add a group to grant access": "Aucun groupe n'a accès, ajoutez un groupe pour accorder l'accès",
 	"No HTML, CSS, or JavaScript content found.": "Aucun contenu HTML, CSS ou JavaScript trouvé.",
 	"No inference engine with management support found": "Aucun moteur d'inférence avec support trouvé",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Accès aux outils",
 	"Tools are a function calling system with arbitrary code execution": "Les outils sont un système d'appel de fonction avec exécution de code arbitraire",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Les outils ont un système d'appel de fonction qui permet l'exécution de code arbitraire",
 	"Tools have a function calling system that allows arbitrary code execution.": "Les outils ont un système d'appel de fonction qui permet l'exécution de code arbitraire.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "שידור נתונים חיצוניים בקצב רציף",
 	"Focus chat input": "מיקוד הקלט לצ'אט",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "עקב אחר ההוראות במושלמות",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "बड़े बाह्य प्रतिक्रिया खंडों को तरल रूप से प्रवाहित करें",
 	"Focus chat input": "चैट इनपुट पर फ़ोकस करें",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "निर्देशों का पूर्णतः पालन किया",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "शीर्ष  K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Glavno strujanje velikih vanjskih dijelova odgovora",
 	"Focus chat input": "Fokusiraj unos razgovora",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Savršeno slijedio upute",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/hu-HU/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Nagy külső válasz darabok folyamatos streamelése",
 	"Focus chat input": "Chat bevitel fókuszálása",
 	"Folder deleted successfully": "Mappa sikeresen törölve",
-	"Folder name cannot be empty": "A mappa neve nem lehet üres",
 	"Folder name cannot be empty.": "A mappa neve nem lehet üres.",
 	"Folder name updated successfully": "Mappa neve sikeresen frissítve",
 	"Followed instructions perfectly": "Tökéletesen követte az utasításokat",
@@ -582,7 +581,6 @@
 	"Function Name": "Funkció neve",
 	"Function updated successfully": "Funkció sikeresen frissítve",
 	"Functions": "Funkciók",
-	"Functions allow arbitrary code execution": "A funkciók tetszőleges kód végrehajtását teszik lehetővé",
 	"Functions allow arbitrary code execution.": "A funkciók tetszőleges kód végrehajtását teszik lehetővé.",
 	"Functions imported successfully": "Funkciók sikeresen importálva",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Nincs elérhető távolság",
 	"No feedbacks found": "Nem található visszajelzés",
 	"No file selected": "Nincs kiválasztva fájl",
-	"No files found.": "Nem található fájl.",
 	"No groups with access, add a group to grant access": "Nincs hozzáféréssel rendelkező csoport, adj hozzá egy csoportot a hozzáférés megadásához",
 	"No HTML, CSS, or JavaScript content found.": "Nem található HTML, CSS vagy JavaScript tartalom.",
 	"No inference engine with management support found": "Nem található kezelést támogató következtetési motor",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Eszközök hozzáférése",
 	"Tools are a function calling system with arbitrary code execution": "Az eszközök olyan függvényhívó rendszert alkotnak, amely tetszőleges kód végrehajtását teszi lehetővé",
 	"Tools Function Calling Prompt": "Eszközök függvényhívási promptja",
-	"Tools have a function calling system that allows arbitrary code execution": "Az eszközök olyan függvényhívó rendszerrel rendelkeznek, amely lehetővé teszi tetszőleges kód végrehajtását",
 	"Tools have a function calling system that allows arbitrary code execution.": "Az eszközök olyan függvényhívó rendszerrel rendelkeznek, amely lehetővé teszi tetszőleges kód végrehajtását.",
 	"Tools Public Sharing": "Eszközök nyilvános megosztása",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Mengalirkan potongan respons eksternal yang besar dengan lancar",
 	"Focus chat input": "Memfokuskan input obrolan",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Mengikuti instruksi dengan sempurna",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Fungsi berhasil diperbarui",
 	"Functions": "Fungsi",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "Fungsi berhasil diimpor",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "Tidak ada file yang dipilih",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "K atas",

+ 0 - 4
src/lib/i18n/locales/ie-GA/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Sruthaigh codanna móra freagartha seachtracha go sreabhach",
 	"Focus chat input": "Ionchur comhrá fócas",
 	"Folder deleted successfully": "Scriosadh an fillteán go rathúil",
-	"Folder name cannot be empty": "Ní féidir ainm fillteáin a bheith folamh",
 	"Folder name cannot be empty.": "Ní féidir ainm fillteáin a bheith folamh.",
 	"Folder name updated successfully": "D'éirigh le hainm an fhillteáin a nuashonrú",
 	"Followed instructions perfectly": "Lean treoracha go foirfe",
@@ -582,7 +581,6 @@
 	"Function Name": "Ainm Feidhme",
 	"Function updated successfully": "Feidhm nuashonraithe",
 	"Functions": "Feidhmeanna",
-	"Functions allow arbitrary code execution": "Ligeann feidhmeanna forghníomhú cód",
 	"Functions allow arbitrary code execution.": "Ceadaíonn feidhmeanna forghníomhú cód treallach.",
 	"Functions imported successfully": "Feidhmeanna allmhairi",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Níl achar ar fáil",
 	"No feedbacks found": "Níor aimsíodh aon aiseolas",
 	"No file selected": "Níl aon chomhad roghnaithe",
-	"No files found.": "Níor aimsíodh aon chomhaid.",
 	"No groups with access, add a group to grant access": "Gan aon ghrúpa a bhfuil rochtain acu, cuir grúpa leis chun rochtain a dheonú",
 	"No HTML, CSS, or JavaScript content found.": "Níor aimsíodh aon ábhar HTML, CSS nó JavaScript.",
 	"No inference engine with management support found": "Níor aimsíodh aon inneall tátail le tacaíocht bhainistíochta",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Rochtain Uirlisí",
 	"Tools are a function calling system with arbitrary code execution": "Is córas glaonna feidhme iad uirlisí le forghníomhú cód treallach",
 	"Tools Function Calling Prompt": "Leid Glaonna Feidhm Uirlisí",
-	"Tools have a function calling system that allows arbitrary code execution": "Tá córas glaonna feidhme ag uirlisí a cheadaíonn forghníomhú cód treallach",
 	"Tools have a function calling system that allows arbitrary code execution.": "Tá córas glaonna feidhme ag uirlisí a cheadaíonn forghníomhú cód treallach.",
 	"Tools Public Sharing": "Uirlisí Roinnte Poiblí",
 	"Top K": "Barr K",

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

@@ -561,7 +561,6 @@
 	"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",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Ha seguito le istruzioni alla perfezione",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "大規模な外部応答チャンクをスムーズにストリーミングする",
 	"Focus chat input": "チャット入力をフォーカス",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "完全に指示に従った",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Functionのアップデートが成功しました。",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "Functionsのインポートが成功しました",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "トップ K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "დიდი გარე პასუხის ფრაგმენტების გლუვად დასტრიმვა",
 	"Focus chat input": "ჩატში შეყვანის ფოკუსი",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "ინსტრუქციების ზუსტად მიჰყევით",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "ფუნქციები",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "მარჩბივი",
@@ -787,7 +785,6 @@
 	"No distance available": "მანძილი ხელმისაწვდომი არაა",
 	"No feedbacks found": "",
 	"No file selected": "ფაილი არჩეული არაა",
-	"No files found.": "ფაილები ვერ მოიძებნა.",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "ტოპ K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "대규모 외부 응답 청크를 유연하게 스트리밍",
 	"Focus chat input": "채팅 입력창에 포커스",
 	"Folder deleted successfully": "성공적으로 폴터가 생성되었습니다",
-	"Folder name cannot be empty": "폴더 이름을 작성해주세요",
 	"Folder name cannot be empty.": "폴더 이름을 작성해주세요",
 	"Folder name updated successfully": "성공적으로 폴더 이름이 저장되었습니다",
 	"Followed instructions perfectly": "명령을 완벽히 수행함",
@@ -582,7 +581,6 @@
 	"Function Name": "함수 이름",
 	"Function updated successfully": "성공적으로 함수가 업데이트되었습니다",
 	"Functions": "함수",
-	"Functions allow arbitrary code execution": "함수로 임이의 코드 실행 허용하기",
 	"Functions allow arbitrary code execution.": "함수가 임이의 코드를 실행하도록 허용하였습니다",
 	"Functions imported successfully": "성공적으로 함수가 가져왔습니다",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "거리 불가능",
 	"No feedbacks found": "피드백 없음",
 	"No file selected": "파일이 선택되지 않음",
-	"No files found.": "파일 없음",
 	"No groups with access, add a group to grant access": "접근 권한이 있는 그룹이 없습니다. 접근 권한을 부여하려면 그룹을 추가하세요.",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS, JavaScript이 발견되지 않음",
 	"No inference engine with management support found": "관리 지원이 포함된 추론 엔진을 찾을 수 없음",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "도구 접근",
 	"Tools are a function calling system with arbitrary code execution": "도구는 임의 코드를 실행시키는 함수를 불러오는 시스템입니다",
 	"Tools Function Calling Prompt": "도구 함수 호출 프롬프트",
-	"Tools have a function calling system that allows arbitrary code execution": "도구에 임의 코드 실행을 허용하는 함수가 포함되어 있습니다",
 	"Tools have a function calling system that allows arbitrary code execution.": "도구에 임의 코드 실행을 허용하는 함수가 포함되어 있습니다.",
 	"Tools Public Sharing": "도구 공개 및 공유",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Sklandžiai transliuoti ilgus atsakymus",
 	"Focus chat input": "Fokusuoti žinutės įvestį",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Tobulai sekė instrukcijas",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Funkcija atnaujinta sėkmingai",
 	"Functions": "Funkcijos",
-	"Functions allow arbitrary code execution": "Funkcijos leidžia nekontroliuojamo kodo vykdymą",
 	"Functions allow arbitrary code execution.": "Funkcijos leidžia nekontroliuojamo kodo vykdymą",
 	"Functions imported successfully": "Funkcijos importuotos sėkmingai",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "Nėra pasirinktų dokumentų",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Įrankiai gali naudoti funkcijas ir vykdyti kodą",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Įrankiai gali naudoti funkcijas ir leisti vykdyti kodą",
 	"Tools have a function calling system that allows arbitrary code execution.": "Įrankiai gali naudoti funkcijas ir leisti vykdyti kodą",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/ms-MY/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Strim 'chunks' respons luaran yang besar dengan lancar",
 	"Focus chat input": "Fokus kepada input perbualan",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Mengikut arahan dengan sempurna",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Fungsi berjaya dikemaskini",
 	"Functions": "Fungsi",
-	"Functions allow arbitrary code execution": "Fungsi membenarkan pelaksanaan kod sewenang-wenangnya",
 	"Functions allow arbitrary code execution.": "Fungsi membenarkan pelaksanaan kod sewenang-wenangnya.",
 	"Functions imported successfully": "Fungsi berjaya diimport",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "Tiada fail dipilih",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Alatan ialah sistem panggilan fungsi dengan pelaksanaan kod sewenang-wenangnya",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Alatan mempunyai sistem panggilan fungsi yang membolehkan pelaksanaan kod sewenang-wenangnya",
 	"Tools have a function calling system that allows arbitrary code execution.": "Alatan mempunyai sistem panggilan fungsi yang membolehkan pelaksanaan kod sewenang-wenangnya.",
 	"Tools Public Sharing": "",
 	"Top K": "'Top K'",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Flytende strømming av store eksterne svarpakker",
 	"Focus chat input": "Fokusert chat-inndata",
 	"Folder deleted successfully": "Mappe slettet",
-	"Folder name cannot be empty": "Mappenavn kan ikke være tomt",
 	"Folder name cannot be empty.": "Mappenavn kan ikke være tomt.",
 	"Folder name updated successfully": "Mappenavn oppdatert",
 	"Followed instructions perfectly": "Fulgte instruksjonene perfekt",
@@ -582,7 +581,6 @@
 	"Function Name": "Funksjonens navn",
 	"Function updated successfully": "Funksjonen er oppdatert",
 	"Functions": "Funksjoner",
-	"Functions allow arbitrary code execution": "Funksjoner tillater vilkårlig kodekjøring",
 	"Functions allow arbitrary code execution.": "Funksjoner tillater vilkårlig kodekjøring.",
 	"Functions imported successfully": "Funksjoner er importert",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Ingen avstand tilgjengelig",
 	"No feedbacks found": "Finner ingen tilbakemeldinger",
 	"No file selected": "Ingen fil valgt",
-	"No files found.": "Finner ingen filer",
 	"No groups with access, add a group to grant access": "Ingen grupper med tilgang. Legg til en gruppe som skal ha tilgang.",
 	"No HTML, CSS, or JavaScript content found.": "Finner ikke noe HTML, CSS- eller JavaScript-innhold.",
 	"No inference engine with management support found": "Fant ingen konklusjonsmotor med støtte for administrasjon",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Verktøyets tilgang",
 	"Tools are a function calling system with arbitrary code execution": "Verktøy er et funksjonskallsystem med vilkårlig kodekjøring",
 	"Tools Function Calling Prompt": "Ledetekst for kalling av verktøyfunksjonen",
-	"Tools have a function calling system that allows arbitrary code execution": "Verktøy inneholder et funksjonskallsystem som tillater vilkårlig kodekjøring",
 	"Tools have a function calling system that allows arbitrary code execution.": "Verktøy inneholder et funksjonskallsystem som tillater vilkårlig kodekjøring.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Stream grote externe responsbrokken vloeiend",
 	"Focus chat input": "Focus chat input",
 	"Folder deleted successfully": "Map succesvol verwijderd",
-	"Folder name cannot be empty": "Mapnaam kan niet leeg zijn",
 	"Folder name cannot be empty.": "Mapnaam kan niet leeg zijn",
 	"Folder name updated successfully": "Mapnaam succesvol aangepast",
 	"Followed instructions perfectly": "Volgde instructies perfect",
@@ -582,7 +581,6 @@
 	"Function Name": "Functienaam",
 	"Function updated successfully": "Functienaam succesvol aangepast",
 	"Functions": "Functies",
-	"Functions allow arbitrary code execution": "Functies staan willekeurige code-uitvoering toe",
 	"Functions allow arbitrary code execution.": "Functies staan willekeurige code-uitvoering toe",
 	"Functions imported successfully": "Functies succesvol geïmporteerd",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Geen afstand beschikbaar",
 	"No feedbacks found": "Geen feedback gevonden",
 	"No file selected": "Geen bestand geselecteerd",
-	"No files found.": "Geen bestanden gevonden",
 	"No groups with access, add a group to grant access": "Geen groepen met toegang, voeg een groep toe om toegang te geven",
 	"No HTML, CSS, or JavaScript content found.": "Geen HTML, CSS, of JavaScript inhoud gevonden",
 	"No inference engine with management support found": "Geen inferentie-engine met beheerondersteuning gevonden",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Gereedschaptoegang",
 	"Tools are a function calling system with arbitrary code execution": "Gereedschappen zijn een systeem voor het aanroepen van functies met willekeurige code-uitvoering",
 	"Tools Function Calling Prompt": "Gereedschapsfunctie aanroepprompt",
-	"Tools have a function calling system that allows arbitrary code execution": "Gereedschappen hebben een systeem voor het aanroepen van functies waarmee willekeurige code kan worden uitgevoerd",
 	"Tools have a function calling system that allows arbitrary code execution.": "Gereedschappen hebben een systeem voor het aanroepen van functies waarmee willekeurige code kan worden uitgevoerd",
 	"Tools Public Sharing": "Gereedschappen publiek delen",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "ਵੱਡੇ ਬਾਹਰੀ ਜਵਾਬ ਚੰਕਾਂ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਸਟ੍ਰੀਮ ਕਰੋ",
 	"Focus chat input": "ਗੱਲਬਾਤ ਇਨਪੁਟ 'ਤੇ ਧਿਆਨ ਦਿਓ",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "ਹਦਾਇਤਾਂ ਨੂੰ ਬਿਲਕੁਲ ਫਾਲੋ ਕੀਤਾ",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "ਸਿਖਰ K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Płynnie strumieniuj duże fragmenty odpowiedzi zewnętrznych",
 	"Focus chat input": "Skup się na czacie",
 	"Folder deleted successfully": "Folder został usunięty pomyślnie",
-	"Folder name cannot be empty": "Nazwa folderu nie może być pusta",
 	"Folder name cannot be empty.": "Nazwa folderu nie może być pusta.",
 	"Folder name updated successfully": "Nazwa folderu została zaktualizowana pomyślnie",
 	"Followed instructions perfectly": "Wykonał instrukcje idealnie",
@@ -582,7 +581,6 @@
 	"Function Name": "Nazwa Funkcji",
 	"Function updated successfully": "Funkcja została zaktualizowana pomyślnie",
 	"Functions": "Funkcje",
-	"Functions allow arbitrary code execution": "Funkcje umożliwiają wykonanie dowolnego kodu",
 	"Functions allow arbitrary code execution.": "Funkcje umożliwiają wykonanie dowolnego kodu.",
 	"Functions imported successfully": "Funkcje zostały pomyślnie zaimportowane",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Brak dostępnej odległości",
 	"No feedbacks found": "Nie znaleziono żadnych opinii",
 	"No file selected": "Nie wybrano żadnego pliku",
-	"No files found.": "Nie znaleziono żadnych plików.",
 	"No groups with access, add a group to grant access": "Brak grup z dostępem, dodaj grupę, aby przyznać dostęp",
 	"No HTML, CSS, or JavaScript content found.": "Nie znaleziono żadnej zawartości HTML, CSS ani JavaScript.",
 	"No inference engine with management support found": "Nie znaleziono silnika wnioskującego z obsługą zarządzania",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Narzędzia Dostępu",
 	"Tools are a function calling system with arbitrary code execution": "Narzędzia to system wywoływania funkcji z możliwością wykonania dowolnego kodu.",
 	"Tools Function Calling Prompt": "Narzędzia Funkcja Wywołania Promptu",
-	"Tools have a function calling system that allows arbitrary code execution": "Narzędzia mają funkcję wywoływania systemu, która umożliwia wykonywanie dowolnego kodu",
 	"Tools have a function calling system that allows arbitrary code execution.": "Narzędzia mają funkcję wywoływania systemu, która umożliwia wykonanie dowolnego kodu.",
 	"Tools Public Sharing": "",
 	"Top K": "Najlepsze K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Transmitir fluentemente grandes blocos de respostas externas",
 	"Focus chat input": "Focar entrada de chat",
 	"Folder deleted successfully": "Pasta excluída com sucesso",
-	"Folder name cannot be empty": "Nome da pasta não pode estar vazio",
 	"Folder name cannot be empty.": "Nome da pasta não pode estar vazio.",
 	"Folder name updated successfully": "Nome da pasta atualizado com sucesso",
 	"Followed instructions perfectly": "Seguiu as instruções perfeitamente",
@@ -582,7 +581,6 @@
 	"Function Name": "Nome da Função",
 	"Function updated successfully": "Função atualizada com sucesso",
 	"Functions": "Funções",
-	"Functions allow arbitrary code execution": "Funções permitem a execução arbitrária de código",
 	"Functions allow arbitrary code execution.": "Funções permitem a execução arbitrária de código.",
 	"Functions imported successfully": "Funções importadas com sucesso",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Sem distância disponível",
 	"No feedbacks found": "Comentários não encontrados",
 	"No file selected": "Nenhum arquivo selecionado",
-	"No files found.": "Nenhum arquivo encontrado.",
 	"No groups with access, add a group to grant access": "Nenhum grupo com acesso, adicione um grupo para dar acesso",
 	"No HTML, CSS, or JavaScript content found.": "Nenhum conteúdo HTML, CSS ou JavaScript encontrado.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Acesso as Ferramentas",
 	"Tools are a function calling system with arbitrary code execution": "Ferramentas são um sistema de chamada de funções com execução de código arbitrário",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Ferramentas possuem um sistema de chamada de funções que permite a execução de código arbitrário",
 	"Tools have a function calling system that allows arbitrary code execution.": "Ferramentas possuem um sistema de chamada de funções que permite a execução de código arbitrário.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Transmita com fluidez grandes blocos de resposta externa",
 	"Focus chat input": "Focar na conversa",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Seguiu instruções perfeitamente",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/ro-RO/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Transmite fluent blocuri mari de răspuns extern",
 	"Focus chat input": "Focalizează câmpul de intrare pentru conversație",
 	"Folder deleted successfully": "Folder șters cu succes",
-	"Folder name cannot be empty": "Numele folderului nu poate fi gol",
 	"Folder name cannot be empty.": "Numele folderului nu poate fi gol.",
 	"Folder name updated successfully": "Numele folderului a fost actualizat cu succes",
 	"Followed instructions perfectly": "A urmat instrucțiunile perfect",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Funcția a fost actualizată cu succes",
 	"Functions": "Funcții",
-	"Functions allow arbitrary code execution": "Funcțiile permit executarea arbitrară a codului",
 	"Functions allow arbitrary code execution.": "Funcțiile permit executarea arbitrară a codului.",
 	"Functions imported successfully": "Funcțiile au fost importate cu succes",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Nicio distanță disponibilă",
 	"No feedbacks found": "Niciun feedback găsit",
 	"No file selected": "Nu a fost selectat niciun fișier",
-	"No files found.": "Nu au fost găsite fișiere.",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "Niciun conținut HTML, CSS sau JavaScript găsit.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Instrumentele sunt un sistem de apelare a funcțiilor cu executare arbitrară a codului",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Instrumentele au un sistem de apelare a funcțiilor care permite executarea arbitrară a codului",
 	"Tools have a function calling system that allows arbitrary code execution.": "Instrumentele au un sistem de apelare a funcțiilor care permite executarea arbitrară a codului.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Плавная потоковая передача больших фрагментов внешних ответов",
 	"Focus chat input": "Фокус ввода чата",
 	"Folder deleted successfully": "Папка успешно удалена",
-	"Folder name cannot be empty": "Имя папки не может быть пустым",
 	"Folder name cannot be empty.": "Имя папки не может быть пустым.",
 	"Folder name updated successfully": "Имя папки успешно обновлено",
 	"Followed instructions perfectly": "Идеально соответствует инструкциям",
@@ -582,7 +581,6 @@
 	"Function Name": "Имя Функции",
 	"Function updated successfully": "Функция успешно обновлена",
 	"Functions": "Функции",
-	"Functions allow arbitrary code execution": "Функции позволяют выполнять произвольный код",
 	"Functions allow arbitrary code execution.": "Функции позволяют выполнять произвольный код.",
 	"Functions imported successfully": "Функции успешно импортированы",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Никаких доступных растояний",
 	"No feedbacks found": "Никаких обратных связей не найдено",
 	"No file selected": "Файлы не выбраны",
-	"No files found.": "Файлы не найдены.",
 	"No groups with access, add a group to grant access": "Нет групп с доступом, добавьте группу для предоставления доступа",
 	"No HTML, CSS, or JavaScript content found.": "Содержимое в формате HTML, CSS или JavaScript не найдено.",
 	"No inference engine with management support found": "Механизм логического вывода с поддержкой управления не найден",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Доступ к инструментам",
 	"Tools are a function calling system with arbitrary code execution": "Инструменты - это система вызова функций с выполнением произвольного кода",
 	"Tools Function Calling Prompt": "Промпт на вызов функции Инструменты",
-	"Tools have a function calling system that allows arbitrary code execution": "Инструменты имеют систему вызова функций, которая позволяет выполнять произвольный код",
 	"Tools have a function calling system that allows arbitrary code execution.": "Инструменты имеют систему вызова функций, которая позволяет выполнять произвольный код.",
 	"Tools Public Sharing": "Публичный обмен инструментами",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/sk-SK/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Plynule streamujte veľké externé časti odpovedí",
 	"Focus chat input": "Zamerajte sa na vstup chatu",
 	"Folder deleted successfully": "Priečinok bol úspešne vymazaný",
-	"Folder name cannot be empty": "Názov priečinka nesmie byť prázdny",
 	"Folder name cannot be empty.": "Názov priečinka nesmie byť prázdny.",
 	"Folder name updated successfully": "Názov priečinka bol úspešne aktualizovaný.",
 	"Followed instructions perfectly": "Dodržal pokyny dokonale.",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "Funkcia bola úspešne aktualizovaná.",
 	"Functions": "Funkcie",
-	"Functions allow arbitrary code execution": "Funkcie umožňujú vykonávať ľubovoľný kód.",
 	"Functions allow arbitrary code execution.": "Funkcie umožňujú vykonávanie ľubovoľného kódu.",
 	"Functions imported successfully": "Funkcie boli úspešne importované",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Nie je dostupná žiadna vzdialenosť",
 	"No feedbacks found": "Žiadna spätná väzba nenájdená",
 	"No file selected": "Nebola vybratá žiadna súbor",
-	"No files found.": "Neboli nájdené žiadne súbory.",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "Nebola nájdená žiadny obsah HTML, CSS ani JavaScript.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Nástroje sú systémom na volanie funkcií s vykonávaním ľubovoľného kódu.",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Nástroje majú systém volania funkcií, ktorý umožňuje ľubovoľné spúšťanie kódu.",
 	"Tools have a function calling system that allows arbitrary code execution.": "Nástroje majú systém volania funkcií, ktorý umožňuje spúšťanie ľubovoľného kódu.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Течно стримујте велике спољне делове одговора",
 	"Focus chat input": "Усредсредите унос ћаскања",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Упутства су савршено праћена",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "Функције",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Приступ алатима",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "Топ К",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Strömma flytande stora externa svarschunks",
 	"Focus chat input": "Fokusera på chattfältet",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "Följde instruktionerna perfekt",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "Verktyg är ett funktionsanropssystem med godtycklig kodkörning",
 	"Tools Function Calling Prompt": "Prompt för anrop av verktygsfunktion:",
-	"Tools have a function calling system that allows arbitrary code execution": "Verktyg har ett funktionsanropssystem som tillåter godtycklig kodkörning",
 	"Tools have a function calling system that allows arbitrary code execution.": "Verktyg har ett funktionsanropssystem som tillåter godtycklig kodkörning",
 	"Tools Public Sharing": "",
 	"Top K": "Topp K",

+ 0 - 4
src/lib/i18n/locales/th-TH/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "สตรีมชิ้นส่วนการตอบสนองขนาดใหญ่จากภายนอกอย่างลื่นไหล",
 	"Focus chat input": "โฟกัสการป้อนแชท",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "ปฏิบัติตามคำแนะนำอย่างสมบูรณ์แบบ",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "อัปเดตฟังก์ชันสำเร็จ",
 	"Functions": "ฟังก์ชัน",
-	"Functions allow arbitrary code execution": "ฟังก์ชันอนุญาตการเรียกใช้โค้ดโดยพลการ",
 	"Functions allow arbitrary code execution.": "ฟังก์ชันอนุญาตการเรียกใช้โค้ดโดยพลการ",
 	"Functions imported successfully": "นำเข้าฟังก์ชันสำเร็จ",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "ไม่ได้เลือกไฟล์",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "เครื่องมือคือระบบการเรียกใช้ฟังก์ชันที่สามารถดำเนินการโค้ดใดๆ ได้",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "เครื่องมือมีระบบการเรียกใช้ฟังก์ชันที่สามารถดำเนินการโค้ดใดๆ ได้",
 	"Tools have a function calling system that allows arbitrary code execution.": "เครื่องมือมีระบบการเรียกใช้ฟังก์ชันที่สามารถดำเนินการโค้ดใดๆ ได้",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "",
 	"Focus chat input": "",
 	"Folder deleted successfully": "",
-	"Folder name cannot be empty": "",
 	"Folder name cannot be empty.": "",
 	"Folder name updated successfully": "",
 	"Followed instructions perfectly": "",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "",
 	"Functions": "",
-	"Functions allow arbitrary code execution": "",
 	"Functions allow arbitrary code execution.": "",
 	"Functions imported successfully": "",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "",
 	"No feedbacks found": "",
 	"No file selected": "",
-	"No files found.": "",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "",
 	"Tools have a function calling system that allows arbitrary code execution.": "",
 	"Tools Public Sharing": "",
 	"Top K": "",

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

@@ -561,7 +561,6 @@
 	"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",
 	"Folder deleted successfully": "Klasör başarıyla silindi",
-	"Folder name cannot be empty": "Klasör adı boş olamaz",
 	"Folder name cannot be empty.": "Klasör adı boş olamaz.",
 	"Folder name updated successfully": "Klasör adı başarıyla güncellendi",
 	"Followed instructions perfectly": "Talimatları mükemmel şekilde takip etti",
@@ -582,7 +581,6 @@
 	"Function Name": "Fonksiyon Adı",
 	"Function updated successfully": "Fonksiyon başarıyla güncellendi",
 	"Functions": "Fonksiyonlar",
-	"Functions allow arbitrary code execution": "Fonksiyonlar keyfi kod yürütülmesine izin verir",
 	"Functions allow arbitrary code execution.": "Fonksiyonlar keyfi kod yürütülmesine izin verir.",
 	"Functions imported successfully": "Fonksiyonlar başarıyla içe aktarıldı",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "Mesafe mevcut değil",
 	"No feedbacks found": "Geri bildirim bulunamadı",
 	"No file selected": "Hiçbir dosya seçilmedi",
-	"No files found.": "Dosya bulunamadı.",
 	"No groups with access, add a group to grant access": "Erişimi olan grup yok, erişim sağlamak için bir grup ekleyin",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS veya JavaScript içeriği bulunamadı.",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Araçlara Erişim",
 	"Tools are a function calling system with arbitrary code execution": "Araçlar, keyfi kod yürütme ile bir fonksiyon çağırma sistemine sahiptir",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "Araçlar, keyfi kod yürütme izni veren bir fonksiyon çağırma sistemine sahiptir",
 	"Tools have a function calling system that allows arbitrary code execution.": "Araçlar, keyfi kod yürütme izni veren bir fonksiyon çağırma sistemine sahiptir.",
 	"Tools Public Sharing": "",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "Плавно передавати великі фрагменти зовнішніх відповідей",
 	"Focus chat input": "Фокус вводу чату",
 	"Folder deleted successfully": "Папку успішно видалено",
-	"Folder name cannot be empty": "Назва папки не може бути порожньою",
 	"Folder name cannot be empty.": "Назва папки не може бути порожньою.",
 	"Folder name updated successfully": "Назву папки успішно оновлено",
 	"Followed instructions perfectly": "Бездоганно дотримувався інструкцій",
@@ -582,7 +581,6 @@
 	"Function Name": "Назва функції",
 	"Function updated successfully": "Функцію успішно оновлено",
 	"Functions": "Функції",
-	"Functions allow arbitrary code execution": "Функції дозволяють виконання довільного коду",
 	"Functions allow arbitrary code execution.": "Функції дозволяють виконання довільного коду.",
 	"Functions imported successfully": "Функції успішно імпортовано",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Відстань недоступна",
 	"No feedbacks found": "Відгуків не знайдено",
 	"No file selected": "Файл не обрано",
-	"No files found.": "Файли не знайдено.",
 	"No groups with access, add a group to grant access": "Немає груп з доступом, додайте групу для надання доступу",
 	"No HTML, CSS, or JavaScript content found.": "HTML, CSS або JavaScript контент не знайдено.",
 	"No inference engine with management support found": "Не знайдено двигуна висновків з підтримкою керування",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Доступ до інструментів",
 	"Tools are a function calling system with arbitrary code execution": "Інструменти - це система виклику функцій з довільним виконанням коду",
 	"Tools Function Calling Prompt": "Підказка для виклику функцій інструментів",
-	"Tools have a function calling system that allows arbitrary code execution": "Інструменти мають систему виклику функцій, яка дозволяє виконання довільного коду",
 	"Tools have a function calling system that allows arbitrary code execution.": "Інструменти мають систему виклику функцій, яка дозволяє виконання довільного коду.",
 	"Tools Public Sharing": "Публічний обмін інструментами",
 	"Top K": "Top K",

+ 0 - 4
src/lib/i18n/locales/ur-PK/translation.json

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "بڑے بیرونی جوابات کے حصوں کو بہاؤ میں منتقل کریں",
 	"Focus chat input": "چیٹ ان پٹ پر توجہ مرکوز کریں",
 	"Folder deleted successfully": "پوشہ کامیابی سے حذف ہو گیا",
-	"Folder name cannot be empty": "پوشے کا نام خالی نہیں ہو سکتا",
 	"Folder name cannot be empty.": "پوشے کا نام خالی نہیں ہو سکتا",
 	"Folder name updated successfully": "فولڈر کا نام کامیابی سے اپ ڈیٹ ہوگیا",
 	"Followed instructions perfectly": "ہدایتوں کی مکمل پیروی کی گئی",
@@ -582,7 +581,6 @@
 	"Function Name": "",
 	"Function updated successfully": "فنکشن کو کامیابی سے اپ ڈیٹ کر دیا گیا",
 	"Functions": "افعال",
-	"Functions allow arbitrary code execution": "فنکشنز کوڈ کے بلاواسطہ نفاذ کی اجازت دیتے ہیں",
 	"Functions allow arbitrary code execution.": "افعال صوابدیدی کوڈ کے اجرا کی اجازت دیتے ہیں",
 	"Functions imported successfully": "فنکشنز کامیابی سے درآمد ہو گئے ہیں",
 	"Gemini": "",
@@ -787,7 +785,6 @@
 	"No distance available": "فاصلہ دستیاب نہیں ہے",
 	"No feedbacks found": "کوئی تبصرے نہیں ملے",
 	"No file selected": "کوئی فائل منتخب نہیں کی گئی",
-	"No files found.": "کوئی فائلیں نہیں ملیں",
 	"No groups with access, add a group to grant access": "",
 	"No HTML, CSS, or JavaScript content found.": "کوئی HTML، CSS، یا جاوا اسکرپٹ مواد نہیں ملا",
 	"No inference engine with management support found": "",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "",
 	"Tools are a function calling system with arbitrary code execution": "ٹولز ایک فنکشن کالنگ سسٹم ہیں جس میں مرضی کے مطابق کوڈ چلایا جاتا ہے",
 	"Tools Function Calling Prompt": "",
-	"Tools have a function calling system that allows arbitrary code execution": "ٹولز کے پاس ایک فنکشن کالنگ سسٹم ہے جو اختیاری کوڈ کے نفاذ کی اجازت دیتا ہے",
 	"Tools have a function calling system that allows arbitrary code execution.": "ٹولز کے پاس ایک فنکشن کالنگ سسٹم ہے جو اختیاری کوڈ کی عمل درآمد کی اجازت دیتا ہے",
 	"Tools Public Sharing": "",
 	"Top K": "اوپر کے K",

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

@@ -561,7 +561,6 @@
 	"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",
 	"Folder deleted successfully": "Xóa thư mục thành công",
-	"Folder name cannot be empty": "Tên thư mục không được để trống",
 	"Folder name cannot be empty.": "Tên thư mục không được để trống.",
 	"Folder name updated successfully": "Cập nhật tên thư mục thành công",
 	"Followed instructions perfectly": "Tuân theo chỉ dẫn một cách hoàn hảo",
@@ -582,7 +581,6 @@
 	"Function Name": "Tên Function",
 	"Function updated successfully": "Function được cập nhật thành công",
 	"Functions": "Functions",
-	"Functions allow arbitrary code execution": "Các Function cho phép thực thi mã tùy ý",
 	"Functions allow arbitrary code execution.": "Các Function cho phép thực thi mã tùy ý.",
 	"Functions imported successfully": "Các function đã được nạp thành công",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "Không có khoảng cách khả dụng",
 	"No feedbacks found": "Không tìm thấy phản hồi nào",
 	"No file selected": "Chưa có tệp nào được chọn",
-	"No files found.": "Không tìm thấy tệp nào.",
 	"No groups with access, add a group to grant access": "Không có nhóm nào có quyền truy cập, hãy thêm một nhóm để cấp quyền truy cập",
 	"No HTML, CSS, or JavaScript content found.": "Không tìm thấy nội dung HTML, CSS hoặc JavaScript.",
 	"No inference engine with management support found": "Không tìm thấy engine suy luận nào có hỗ trợ quản lý",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "Truy cập Tools",
 	"Tools are a function calling system with arbitrary code execution": "Tools là một hệ thống gọi function với việc thực thi mã tùy ý",
 	"Tools Function Calling Prompt": "Prompt Gọi Function của Tools",
-	"Tools have a function calling system that allows arbitrary code execution": "Các Tools có hệ thống gọi function cho phép thực thi mã tùy ý",
 	"Tools have a function calling system that allows arbitrary code execution.": "Các Tools có hệ thống gọi function cho phép thực thi mã tùy ý.",
 	"Tools Public Sharing": "Chia sẻ Công khai Tools",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "流畅地传输外部大型响应块数据",
 	"Focus chat input": "聚焦对话输入",
 	"Folder deleted successfully": "分组删除成功",
-	"Folder name cannot be empty": "分组名称不能为空",
 	"Folder name cannot be empty.": "分组名称不能为空。",
 	"Folder name updated successfully": "分组名称更新成功。",
 	"Followed instructions perfectly": "完全按照指示执行",
@@ -582,7 +581,6 @@
 	"Function Name": "函数名称",
 	"Function updated successfully": "函数更新成功",
 	"Functions": "函数",
-	"Functions allow arbitrary code execution": "注意:函数有权执行任意代码",
 	"Functions allow arbitrary code execution.": "注意:函数有权执行任意代码。",
 	"Functions imported successfully": "函数导入成功",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "没有可用距离",
 	"No feedbacks found": "暂无任何反馈",
 	"No file selected": "未选中文件",
-	"No files found.": "未找到文件。",
 	"No groups with access, add a group to grant access": "没有权限组,请添加一个权限组以授予访问权限",
 	"No HTML, CSS, or JavaScript content found.": "未找到 HTML、CSS 或 JavaScript 内容。",
 	"No inference engine with management support found": "未找到支持管理的推理引擎",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "访问工具",
 	"Tools are a function calling system with arbitrary code execution": "工具是一个具有任意代码执行能力的函数调用系统",
 	"Tools Function Calling Prompt": "工具函数调用提示词",
-	"Tools have a function calling system that allows arbitrary code execution": "注意:工具有权执行任意代码",
 	"Tools have a function calling system that allows arbitrary code execution.": "注意:工具有权执行任意代码。",
 	"Tools Public Sharing": "工具公开分享",
 	"Top K": "Top K",

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

@@ -561,7 +561,6 @@
 	"Fluidly stream large external response chunks": "流暢地串流大型外部回應區塊",
 	"Focus chat input": "聚焦對話輸入",
 	"Folder deleted successfully": "資料夾刪除成功",
-	"Folder name cannot be empty": "資料夾名稱不能為空",
 	"Folder name cannot be empty.": "資料夾名稱不能為空。",
 	"Folder name updated successfully": "資料夾名稱更新成功",
 	"Followed instructions perfectly": "完全遵循指示",
@@ -582,7 +581,6 @@
 	"Function Name": "函式名稱",
 	"Function updated successfully": "成功更新函式",
 	"Functions": "函式",
-	"Functions allow arbitrary code execution": "函式允許執行任意程式碼",
 	"Functions allow arbitrary code execution.": "函式允許執行任意程式碼。",
 	"Functions imported successfully": "成功匯入函式",
 	"Gemini": "Gemini",
@@ -787,7 +785,6 @@
 	"No distance available": "無可用距離",
 	"No feedbacks found": "找不到回饋",
 	"No file selected": "未選取檔案",
-	"No files found.": "找不到檔案。",
 	"No groups with access, add a group to grant access": "沒有具有存取權限的群組,新增群組以授予存取權限",
 	"No HTML, CSS, or JavaScript content found.": "找不到 HTML、CSS 或 JavaScript 內容。",
 	"No inference engine with management support found": "找不到支援管理功能的推理引擎",
@@ -1162,7 +1159,6 @@
 	"Tools Access": "工具存取",
 	"Tools are a function calling system with arbitrary code execution": "工具是一個具有任意程式碼執行功能的函式呼叫系統",
 	"Tools Function Calling Prompt": "工具函式呼叫提示詞",
-	"Tools have a function calling system that allows arbitrary code execution": "工具具有允許執行任意程式碼的函式呼叫系統",
 	"Tools have a function calling system that allows arbitrary code execution.": "工具具有允許執行任意程式碼的函式呼叫系統。",
 	"Tools Public Sharing": "工具公開分享",
 	"Top K": "Top K",