Browse Source

chore: format

Timothy Jaeryang Baek 2 months ago
parent
commit
a79a6a5c34
60 changed files with 914 additions and 68 deletions
  1. 2 2
      package-lock.json
  2. 1 1
      package.json
  3. 1 1
      postcss.config.js
  4. 3 1
      src/lib/components/admin/Evaluations/Feedbacks.svelte
  5. 3 1
      src/lib/components/admin/Evaluations/Leaderboard.svelte
  6. 3 1
      src/lib/components/admin/Users/UserList.svelte
  7. 15 5
      src/lib/components/chat/Messages/Skeleton.svelte
  8. 0 1
      src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
  9. 4 2
      src/lib/components/chat/Settings/General.svelte
  10. 1 1
      src/lib/components/layout/Sidebar/ChatItem.svelte
  11. 1 3
      src/lib/components/layout/Sidebar/SearchInput.svelte
  12. 18 1
      src/lib/i18n/locales/ar-BH/translation.json
  13. 18 1
      src/lib/i18n/locales/bg-BG/translation.json
  14. 18 1
      src/lib/i18n/locales/bn-BD/translation.json
  15. 18 1
      src/lib/i18n/locales/ca-ES/translation.json
  16. 18 1
      src/lib/i18n/locales/ceb-PH/translation.json
  17. 18 1
      src/lib/i18n/locales/cs-CZ/translation.json
  18. 18 1
      src/lib/i18n/locales/da-DK/translation.json
  19. 18 1
      src/lib/i18n/locales/de-DE/translation.json
  20. 18 1
      src/lib/i18n/locales/dg-DG/translation.json
  21. 18 1
      src/lib/i18n/locales/el-GR/translation.json
  22. 18 1
      src/lib/i18n/locales/en-GB/translation.json
  23. 16 1
      src/lib/i18n/locales/en-US/translation.json
  24. 18 1
      src/lib/i18n/locales/es-ES/translation.json
  25. 18 1
      src/lib/i18n/locales/eu-ES/translation.json
  26. 18 1
      src/lib/i18n/locales/fa-IR/translation.json
  27. 18 1
      src/lib/i18n/locales/fi-FI/translation.json
  28. 18 1
      src/lib/i18n/locales/fr-CA/translation.json
  29. 18 1
      src/lib/i18n/locales/fr-FR/translation.json
  30. 18 1
      src/lib/i18n/locales/he-IL/translation.json
  31. 18 1
      src/lib/i18n/locales/hi-IN/translation.json
  32. 18 1
      src/lib/i18n/locales/hr-HR/translation.json
  33. 18 1
      src/lib/i18n/locales/hu-HU/translation.json
  34. 18 1
      src/lib/i18n/locales/id-ID/translation.json
  35. 18 1
      src/lib/i18n/locales/ie-GA/translation.json
  36. 18 1
      src/lib/i18n/locales/it-IT/translation.json
  37. 18 1
      src/lib/i18n/locales/ja-JP/translation.json
  38. 18 1
      src/lib/i18n/locales/ka-GE/translation.json
  39. 18 1
      src/lib/i18n/locales/ko-KR/translation.json
  40. 18 1
      src/lib/i18n/locales/lt-LT/translation.json
  41. 18 1
      src/lib/i18n/locales/ms-MY/translation.json
  42. 18 1
      src/lib/i18n/locales/nb-NO/translation.json
  43. 18 1
      src/lib/i18n/locales/nl-NL/translation.json
  44. 18 1
      src/lib/i18n/locales/pa-IN/translation.json
  45. 18 1
      src/lib/i18n/locales/pl-PL/translation.json
  46. 18 1
      src/lib/i18n/locales/pt-BR/translation.json
  47. 18 1
      src/lib/i18n/locales/pt-PT/translation.json
  48. 18 1
      src/lib/i18n/locales/ro-RO/translation.json
  49. 18 1
      src/lib/i18n/locales/ru-RU/translation.json
  50. 18 1
      src/lib/i18n/locales/sk-SK/translation.json
  51. 18 1
      src/lib/i18n/locales/sr-RS/translation.json
  52. 18 1
      src/lib/i18n/locales/sv-SE/translation.json
  53. 18 1
      src/lib/i18n/locales/th-TH/translation.json
  54. 18 1
      src/lib/i18n/locales/tk-TW/translation.json
  55. 18 1
      src/lib/i18n/locales/tr-TR/translation.json
  56. 18 1
      src/lib/i18n/locales/uk-UA/translation.json
  57. 18 1
      src/lib/i18n/locales/ur-PK/translation.json
  58. 18 1
      src/lib/i18n/locales/vi-VN/translation.json
  59. 18 1
      src/lib/i18n/locales/zh-CN/translation.json
  60. 18 1
      src/lib/i18n/locales/zh-TW/translation.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 {
 	"name": "open-webui",
 	"name": "open-webui",
-	"version": "0.5.12",
+	"version": "0.5.13",
 	"lockfileVersion": 3,
 	"lockfileVersion": 3,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
 			"name": "open-webui",
 			"name": "open-webui",
-			"version": "0.5.12",
+			"version": "0.5.13",
 			"dependencies": {
 			"dependencies": {
 				"@codemirror/lang-javascript": "^6.2.2",
 				"@codemirror/lang-javascript": "^6.2.2",
 				"@codemirror/lang-python": "^6.1.6",
 				"@codemirror/lang-python": "^6.1.6",

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "open-webui",
 	"name": "open-webui",
-	"version": "0.5.12",
+	"version": "0.5.13",
 	"private": true,
 	"private": true,
 	"scripts": {
 	"scripts": {
 		"dev": "npm run pyodide:fetch && vite dev --host",
 		"dev": "npm run pyodide:fetch && vite dev --host",

+ 1 - 1
postcss.config.js

@@ -1,5 +1,5 @@
 export default {
 export default {
 	plugins: {
 	plugins: {
-		'@tailwindcss/postcss': {},
+		'@tailwindcss/postcss': {}
 	}
 	}
 };
 };

+ 3 - 1
src/lib/components/admin/Evaluations/Feedbacks.svelte

@@ -131,7 +131,9 @@
 	</div>
 	</div>
 </div>
 </div>
 
 
-<div class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5">
+<div
+	class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5"
+>
 	{#if (feedbacks ?? []).length === 0}
 	{#if (feedbacks ?? []).length === 0}
 		<div class="text-center text-xs text-gray-500 dark:text-gray-400 py-1">
 		<div class="text-center text-xs text-gray-500 dark:text-gray-400 py-1">
 			{$i18n.t('No feedbacks found')}
 			{$i18n.t('No feedbacks found')}

+ 3 - 1
src/lib/components/admin/Evaluations/Leaderboard.svelte

@@ -300,7 +300,9 @@
 	</div>
 	</div>
 </div>
 </div>
 
 
-<div class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5">
+<div
+	class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5"
+>
 	{#if loadingLeaderboard}
 	{#if loadingLeaderboard}
 		<div class=" absolute top-0 bottom-0 left-0 right-0 flex">
 		<div class=" absolute top-0 bottom-0 left-0 right-0 flex">
 			<div class="m-auto">
 			<div class="m-auto">

+ 3 - 1
src/lib/components/admin/Users/UserList.svelte

@@ -171,7 +171,9 @@
 	</div>
 	</div>
 </div>
 </div>
 
 
-<div class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5">
+<div
+	class="scrollbar-hidden relative whitespace-nowrap overflow-x-auto max-w-full rounded-sm pt-0.5"
+>
 	<table
 	<table
 		class="w-full text-sm text-left text-gray-500 dark:text-gray-400 table-auto max-w-full rounded-sm"
 		class="w-full text-sm text-left text-gray-500 dark:text-gray-400 table-auto max-w-full rounded-sm"
 	>
 	>

+ 15 - 5
src/lib/components/chat/Messages/Skeleton.svelte

@@ -5,22 +5,32 @@
 <div class="w-full mt-2 mb-2">
 <div class="w-full mt-2 mb-2">
 	<div class="animate-pulse flex w-full">
 	<div class="animate-pulse flex w-full">
 		<div class="{size === 'md' ? 'space-y-2' : 'space-y-1.5'} w-full">
 		<div class="{size === 'md' ? 'space-y-2' : 'space-y-1.5'} w-full">
-			<div class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm mr-14" />
+			<div
+				class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm mr-14"
+			/>
 
 
 			<div class="grid grid-cols-3 gap-4">
 			<div class="grid grid-cols-3 gap-4">
 				<div
 				<div
-					class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-2"
+					class="{size === 'md'
+						? 'h-2'
+						: 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-2"
 				/>
 				/>
 				<div
 				<div
-					class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-1"
+					class="{size === 'md'
+						? 'h-2'
+						: 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-1"
 				/>
 				/>
 			</div>
 			</div>
 			<div class="grid grid-cols-4 gap-4">
 			<div class="grid grid-cols-4 gap-4">
 				<div
 				<div
-					class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-1"
+					class="{size === 'md'
+						? 'h-2'
+						: 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-1"
 				/>
 				/>
 				<div
 				<div
-					class="{size === 'md' ? 'h-2' : 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-2"
+					class="{size === 'md'
+						? 'h-2'
+						: 'h-1.5'} bg-gray-200 dark:bg-gray-600 rounded-sm col-span-2"
 				/>
 				/>
 				<div
 				<div
 					class="{size === 'md'
 					class="{size === 'md'

+ 0 - 1
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte

@@ -742,7 +742,6 @@
 		{/if}
 		{/if}
 	</div>
 	</div>
 
 
-
 	<div class=" py-0.5 w-full justify-between">
 	<div class=" py-0.5 w-full justify-between">
 		<Tooltip
 		<Tooltip
 			content={$i18n.t(
 			content={$i18n.t(

+ 4 - 2
src/lib/components/chat/Settings/General.svelte

@@ -350,8 +350,10 @@
 							params.reasoning_effort !== null ? params.reasoning_effort : undefined,
 							params.reasoning_effort !== null ? params.reasoning_effort : undefined,
 						frequency_penalty:
 						frequency_penalty:
 							params.frequency_penalty !== null ? params.frequency_penalty : undefined,
 							params.frequency_penalty !== null ? params.frequency_penalty : undefined,
-						presence_penalty: params.frequency_penalty !== null ? params.frequency_penalty : undefined,
-						repeat_penalty: params.frequency_penalty !== null ? params.frequency_penalty : undefined,
+						presence_penalty:
+							params.frequency_penalty !== null ? params.frequency_penalty : undefined,
+						repeat_penalty:
+							params.frequency_penalty !== null ? params.frequency_penalty : undefined,
 						repeat_last_n: params.repeat_last_n !== null ? params.repeat_last_n : undefined,
 						repeat_last_n: params.repeat_last_n !== null ? params.repeat_last_n : undefined,
 						mirostat: params.mirostat !== null ? params.mirostat : undefined,
 						mirostat: params.mirostat !== null ? params.mirostat : undefined,
 						mirostat_eta: params.mirostat_eta !== null ? params.mirostat_eta : undefined,
 						mirostat_eta: params.mirostat_eta !== null ? params.mirostat_eta : undefined,

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

@@ -274,7 +274,7 @@
 			draggable="false"
 			draggable="false"
 		>
 		>
 			<div class=" flex self-center flex-1 w-full">
 			<div class=" flex self-center flex-1 w-full">
-				<div dir=auto class="text-left self-center overflow-hidden w-full h-[20px]">
+				<div dir="auto" class="text-left self-center overflow-hidden w-full h-[20px]">
 					{title}
 					{title}
 				</div>
 				</div>
 			</div>
 			</div>

+ 1 - 3
src/lib/components/layout/Sidebar/SearchInput.svelte

@@ -177,9 +177,7 @@
 									dispatch('input');
 									dispatch('input');
 								}}
 								}}
 							>
 							>
-								<div
-									class="dark:text-gray-300 text-gray-700 font-medium line-clamp-1 shrink-0"
-								>
+								<div class="dark:text-gray-300 text-gray-700 font-medium line-clamp-1 shrink-0">
 									{tag.name}
 									{tag.name}
 								</div>
 								</div>
 
 

+ 18 - 1
src/lib/i18n/locales/ar-BH/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "معلومات دقيقة",
 	"Accurate information": "معلومات دقيقة",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "أضف",
 	"Add": "أضف",
@@ -99,6 +100,7 @@
 	"Audio": "صوتي",
 	"Audio": "صوتي",
 	"August": "أغسطس",
 	"August": "أغسطس",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة",
 	"Auto-Copy Response to Clipboard": "النسخ التلقائي للاستجابة إلى الحافظة",
 	"Auto-playback response": "استجابة التشغيل التلقائي",
 	"Auto-playback response": "استجابة التشغيل التلقائي",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "أغلق",
 	"Close": "أغلق",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "أحذف هذا الرابط",
 	"delete this link": "أحذف هذا الرابط",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "اكتشف نموذجا",
 	"Discover a model": "اكتشف نموذجا",
 	"Discover a prompt": "اكتشاف موجه",
 	"Discover a prompt": "اكتشاف موجه",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة",
 	"Discover, download, and explore custom prompts": "اكتشاف وتنزيل واستكشاف المطالبات المخصصة",
@@ -307,6 +314,7 @@
 	"Don't like the style": "لا أحب النمط",
 	"Don't like the style": "لا أحب النمط",
 	"Done": "",
 	"Done": "",
 	"Download": "تحميل",
 	"Download": "تحميل",
+	"Download as SVG": "",
 	"Download canceled": "تم اللغاء التحميل",
 	"Download canceled": "تم اللغاء التحميل",
 	"Download Database": "تحميل قاعدة البيانات",
 	"Download Database": "تحميل قاعدة البيانات",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "فبراير",
 	"February": "فبراير",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "عقوبة التردد",
 	"Frequency Penalty": "عقوبة التردد",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "فاتح",
 	"Light": "فاتح",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "موقف ايجابي",
 	"Positive attitude": "موقف ايجابي",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "أخر 30 يوم",
 	"Previous 30 days": "أخر 30 يوم",
 	"Previous 7 days": "أخر 7 أيام",
 	"Previous 7 days": "أخر 7 أيام",
 	"Profile Image": "صورة الملف الشخصي",
 	"Profile Image": "صورة الملف الشخصي",
@@ -795,6 +807,7 @@
 	"Rename": "إعادة تسمية",
 	"Rename": "إعادة تسمية",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "N كرر آخر",
 	"Repeat Last N": "N كرر آخر",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "وضع الطلب",
 	"Request Mode": "وضع الطلب",
 	"Reranking Model": "إعادة تقييم النموذج",
 	"Reranking Model": "إعادة تقييم النموذج",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "ضبط الصوت",
 	"Set Voice": "ضبط الصوت",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "أخبرنا المزيد:",
 	"Tell us more:": "أخبرنا المزيد:",
 	"Temperature": "درجة حرارة",
 	"Temperature": "درجة حرارة",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF رفع موديل نوع",
 	"Upload a GGUF model": "GGUF رفع موديل نوع",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "تحذير: إذا قمت بتحديث أو تغيير نموذج التضمين الخاص بك، فستحتاج إلى إعادة استيراد كافة المستندات.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "تحذير: إذا قمت بتحديث أو تغيير نموذج التضمين الخاص بك، فستحتاج إلى إعادة استيراد كافة المستندات.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "Web تحميل اعدادات",
 	"Web Loader Settings": "Web تحميل اعدادات",

+ 18 - 1
src/lib/i18n/locales/bg-BG/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "Точни информация",
 	"Accurate information": "Точни информация",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "Добавяне",
 	"Add": "Добавяне",
@@ -99,6 +100,7 @@
 	"Audio": "Аудио",
 	"Audio": "Аудио",
 	"August": "Август",
 	"August": "Август",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Аувтоматично копиране на отговор в клипборда",
 	"Auto-Copy Response to Clipboard": "Аувтоматично копиране на отговор в клипборда",
 	"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
 	"Auto-playback response": "Аувтоматично възпроизвеждане на Отговора",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Затвори",
 	"Close": "Затвори",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "Изтриване на този линк",
 	"delete this link": "Изтриване на този линк",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Открийте модел",
 	"Discover a model": "Открийте модел",
 	"Discover a prompt": "Откриване на промпт",
 	"Discover a prompt": "Откриване на промпт",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Откриване, сваляне и преглед на персонализирани промптове",
 	"Discover, download, and explore custom prompts": "Откриване, сваляне и преглед на персонализирани промптове",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Не харесваш стила?",
 	"Don't like the style": "Не харесваш стила?",
 	"Done": "",
 	"Done": "",
 	"Download": "Изтегляне отменено",
 	"Download": "Изтегляне отменено",
+	"Download as SVG": "",
 	"Download canceled": "Изтегляне отменено",
 	"Download canceled": "Изтегляне отменено",
 	"Download Database": "Сваляне на база данни",
 	"Download Database": "Сваляне на база данни",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Февруари",
 	"February": "Февруари",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Наказание за честота",
 	"Frequency Penalty": "Наказание за честота",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Светъл",
 	"Light": "Светъл",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Позитивна ативност",
 	"Positive attitude": "Позитивна ативност",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Предыдущите 30 дни",
 	"Previous 30 days": "Предыдущите 30 дни",
 	"Previous 7 days": "Предыдущите 7 дни",
 	"Previous 7 days": "Предыдущите 7 дни",
 	"Profile Image": "Профилна снимка",
 	"Profile Image": "Профилна снимка",
@@ -795,6 +807,7 @@
 	"Rename": "Преименуване",
 	"Rename": "Преименуване",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repeat Last N",
 	"Repeat Last N": "Repeat Last N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Request Mode",
 	"Request Mode": "Request Mode",
 	"Reranking Model": "Reranking Model",
 	"Reranking Model": "Reranking Model",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Задай Глас",
 	"Set Voice": "Задай Глас",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Повече информация:",
 	"Tell us more:": "Повече информация:",
 	"Temperature": "Температура",
 	"Temperature": "Температура",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Качване на GGUF модел",
 	"Upload a GGUF model": "Качване на GGUF модел",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Ако актуализирате или промените вашия модел за вграждане, трябва да повторите импортирането на всички документи.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Ако актуализирате или промените вашия модел за вграждане, трябва да повторите импортирането на всички документи.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Уеб",
 	"Web": "Уеб",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "Настройки за зареждане на уеб",
 	"Web Loader Settings": "Настройки за зареждане на уеб",

+ 18 - 1
src/lib/i18n/locales/bn-BD/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "সঠিক তথ্য",
 	"Accurate information": "সঠিক তথ্য",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "যোগ করুন",
 	"Add": "যোগ করুন",
@@ -99,6 +100,7 @@
 	"Audio": "অডিও",
 	"Audio": "অডিও",
 	"August": "আগস্ট",
 	"August": "আগস্ট",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
 	"Auto-Copy Response to Clipboard": "রেসপন্সগুলো স্বয়ংক্রিভাবে ক্লিপবোর্ডে কপি হবে",
 	"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
 	"Auto-playback response": "রেসপন্স অটো-প্লেব্যাক",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "বন্ধ",
 	"Close": "বন্ধ",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "এই লিংক মুছে ফেলুন",
 	"delete this link": "এই লিংক মুছে ফেলুন",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "একটি মডেল আবিষ্কার করুন",
 	"Discover a model": "একটি মডেল আবিষ্কার করুন",
 	"Discover a prompt": "একটি প্রম্পট খুঁজে বের করুন",
 	"Discover a prompt": "একটি প্রম্পট খুঁজে বের করুন",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "কাস্টম প্রম্পটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
 	"Discover, download, and explore custom prompts": "কাস্টম প্রম্পটগুলো আবিস্কার, ডাউনলোড এবং এক্সপ্লোর করুন",
@@ -307,6 +314,7 @@
 	"Don't like the style": "স্টাইল পছন্দ করেন না",
 	"Don't like the style": "স্টাইল পছন্দ করেন না",
 	"Done": "",
 	"Done": "",
 	"Download": "ডাউনলোড",
 	"Download": "ডাউনলোড",
+	"Download as SVG": "",
 	"Download canceled": "ডাউনলোড বাতিল করা হয়েছে",
 	"Download canceled": "ডাউনলোড বাতিল করা হয়েছে",
 	"Download Database": "ডেটাবেজ ডাউনলোড করুন",
 	"Download Database": "ডেটাবেজ ডাউনলোড করুন",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "ফেব্রুয়ারি",
 	"February": "ফেব্রুয়ারি",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
 	"Frequency Penalty": "ফ্রিকোয়েন্সি পেনাল্টি",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "লাইট",
 	"Light": "লাইট",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "পজিটিভ আক্রমণ",
 	"Positive attitude": "পজিটিভ আক্রমণ",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "পূর্ব ৩০ দিন",
 	"Previous 30 days": "পূর্ব ৩০ দিন",
 	"Previous 7 days": "পূর্ব ৭ দিন",
 	"Previous 7 days": "পূর্ব ৭ দিন",
 	"Profile Image": "প্রোফাইল ইমেজ",
 	"Profile Image": "প্রোফাইল ইমেজ",
@@ -795,6 +807,7 @@
 	"Rename": "রেনেম",
 	"Rename": "রেনেম",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "রিপিট Last N",
 	"Repeat Last N": "রিপিট Last N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "রিকোয়েস্ট মোড",
 	"Request Mode": "রিকোয়েস্ট মোড",
 	"Reranking Model": "রির্যাক্টিং মডেল",
 	"Reranking Model": "রির্যাক্টিং মডেল",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "কন্ঠস্বর নির্ধারণ করুন",
 	"Set Voice": "কন্ঠস্বর নির্ধারণ করুন",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "আরও বলুন:",
 	"Tell us more:": "আরও বলুন:",
 	"Temperature": "তাপমাত্রা",
 	"Temperature": "তাপমাত্রা",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "একটি GGUF মডেল আপলোড করুন",
 	"Upload a GGUF model": "একটি GGUF মডেল আপলোড করুন",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "সতর্কীকরণ: আপনি যদি আপনার এম্বেডিং মডেল আপডেট বা পরিবর্তন করেন, তাহলে আপনাকে সমস্ত নথি পুনরায় আমদানি করতে হবে।.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "সতর্কীকরণ: আপনি যদি আপনার এম্বেডিং মডেল আপডেট বা পরিবর্তন করেন, তাহলে আপনাকে সমস্ত নথি পুনরায় আমদানি করতে হবে।.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "ওয়েব",
 	"Web": "ওয়েব",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "ওয়েব লোডার সেটিংস",
 	"Web Loader Settings": "ওয়েব লোডার সেটিংস",

+ 18 - 1
src/lib/i18n/locales/ca-ES/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Activació del compte pendent",
 	"Account Activation Pending": "Activació del compte pendent",
 	"Accurate information": "Informació precisa",
 	"Accurate information": "Informació precisa",
 	"Actions": "Accions",
 	"Actions": "Accions",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activa aquest comanda escrivint \"{{COMMAND}}\" en el xat",
 	"Active Users": "Usuaris actius",
 	"Active Users": "Usuaris actius",
 	"Add": "Afegir",
 	"Add": "Afegir",
@@ -99,6 +100,7 @@
 	"Audio": "Àudio",
 	"Audio": "Àudio",
 	"August": "Agost",
 	"August": "Agost",
 	"Authenticate": "Autenticar",
 	"Authenticate": "Autenticar",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls",
 	"Auto-Copy Response to Clipboard": "Copiar la resposta automàticament al porta-retalls",
 	"Auto-playback response": "Reproduir la resposta automàticament",
 	"Auto-playback response": "Reproduir la resposta automàticament",
 	"Autocomplete Generation": "Generació automàtica",
 	"Autocomplete Generation": "Generació automàtica",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "Clon de {{TITLE}}",
 	"Clone of {{TITLE}}": "Clon de {{TITLE}}",
 	"Close": "Tancar",
 	"Close": "Tancar",
 	"Code execution": "Execució de codi",
 	"Code execution": "Execució de codi",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Codi formatat correctament",
 	"Code formatted successfully": "Codi formatat correctament",
 	"Code Interpreter": "Intèrpret de codi",
 	"Code Interpreter": "Intèrpret de codi",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Continuar amb el correu",
 	"Continue with Email": "Continuar amb el correu",
 	"Continue with LDAP": "Continuar amb LDAP",
 	"Continue with LDAP": "Continuar amb LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar com es divideix el text del missatge per a les sol·licituds TTS. 'Puntuació' divideix en frases, 'paràgrafs' divideix en paràgrafs i 'cap' manté el missatge com una cadena única.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar com es divideix el text del missatge per a les sol·licituds TTS. 'Puntuació' divideix en frases, 'paràgrafs' divideix en paràgrafs i 'cap' manté el missatge com una cadena única.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Controls",
 	"Controls": "Controls",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar l'equilibri entre la coherència i la diversitat de la sortida. Un valor més baix donarà lloc a un text més enfocat i coherent. (Per defecte: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar l'equilibri entre la coherència i la diversitat de la sortida. Un valor més baix donarà lloc a un text més enfocat i coherent. (Per defecte: 5.0)",
 	"Copied": "Copiat",
 	"Copied": "Copiat",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Eliminar la carpeta?",
 	"Delete folder?": "Eliminar la carpeta?",
 	"Delete function?": "Eliminar funció?",
 	"Delete function?": "Eliminar funció?",
 	"Delete Message": "Eleiminar el missatge",
 	"Delete Message": "Eleiminar el missatge",
+	"Delete message?": "",
 	"Delete prompt?": "Eliminar indicació?",
 	"Delete prompt?": "Eliminar indicació?",
 	"delete this link": "Eliminar aquest enllaç",
 	"delete this link": "Eliminar aquest enllaç",
 	"Delete tool?": "Eliminar eina?",
 	"Delete tool?": "Eliminar eina?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Descobrir un model",
 	"Discover a model": "Descobrir un model",
 	"Discover a prompt": "Descobrir una indicació",
 	"Discover a prompt": "Descobrir una indicació",
 	"Discover a tool": "Descobrir una eina",
 	"Discover a tool": "Descobrir una eina",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Descobrir meravelles",
 	"Discover wonders": "Descobrir meravelles",
 	"Discover, download, and explore custom functions": "Descobrir, descarregar i explorar funcions personalitzades",
 	"Discover, download, and explore custom functions": "Descobrir, descarregar i explorar funcions personalitzades",
 	"Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades",
 	"Discover, download, and explore custom prompts": "Descobrir, descarregar i explorar indicacions personalitzades",
@@ -307,6 +314,7 @@
 	"Don't like the style": "No t'agrada l'estil?",
 	"Don't like the style": "No t'agrada l'estil?",
 	"Done": "Fet",
 	"Done": "Fet",
 	"Download": "Descarregar",
 	"Download": "Descarregar",
+	"Download as SVG": "",
 	"Download canceled": "Descàrrega cancel·lada",
 	"Download canceled": "Descàrrega cancel·lada",
 	"Download Database": "Descarregar la base de dades",
 	"Download Database": "Descarregar la base de dades",
 	"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
 	"Drag and drop a file to upload or select a file to view": "Arrossegar un arxiu per pujar o escull un arxiu a veure",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
 	"Failed to save models configuration": "No s'ha pogut desar la configuració dels models",
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
 	"Failed to update settings": "No s'han pogut actualitzar les preferències",
 	"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
 	"Failed to upload file.": "No s'ha pogut pujar l'arxiu.",
+	"Features": "",
 	"Features Permissions": "Permisos de les característiques",
 	"Features Permissions": "Permisos de les característiques",
 	"February": "Febrer",
 	"February": "Febrer",
 	"Feedback History": "Històric de comentaris",
 	"Feedback History": "Històric de comentaris",
@@ -476,6 +485,7 @@
 	"Form": "Formulari",
 	"Form": "Formulari",
 	"Format your variables using brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
 	"Format your variables using brackets like this:": "Formata les teves variables utilitzant claudàtors així:",
 	"Frequency Penalty": "Penalització per freqüència",
 	"Frequency Penalty": "Penalització per freqüència",
+	"Full Context Mode": "",
 	"Function": "Funció",
 	"Function": "Funció",
 	"Function Calling": "Crida a funcions",
 	"Function Calling": "Crida a funcions",
 	"Function created successfully": "La funció s'ha creat correctament",
 	"Function created successfully": "La funció s'ha creat correctament",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Deixa-ho en blanc per incloure tots els models o selecciona models específics",
 	"Leave empty to include all models or select specific models": "Deixa-ho en blanc per incloure tots els models o selecciona models específics",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deixa-ho en blanc per utilitzar la indicació predeterminada o introdueix una indicació personalitzada",
 	"Leave model field empty to use the default model.": "Deixa el camp de model buit per utilitzar el model per defecte.",
 	"Leave model field empty to use the default model.": "Deixa el camp de model buit per utilitzar el model per defecte.",
+	"License": "",
 	"Light": "Clar",
 	"Light": "Clar",
 	"Listening...": "Escoltant...",
 	"Listening...": "Escoltant...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Actitud positiva",
 	"Positive attitude": "Actitud positiva",
 	"Prefix ID": "Identificador del prefix",
 	"Prefix ID": "Identificador del prefix",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "L'identificador de prefix s'utilitza per evitar conflictes amb altres connexions afegint un prefix als ID de model; deixa'l en blanc per desactivar-lo.",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "L'identificador de prefix s'utilitza per evitar conflictes amb altres connexions afegint un prefix als ID de model; deixa'l en blanc per desactivar-lo.",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 dies anteriors",
 	"Previous 30 days": "30 dies anteriors",
 	"Previous 7 days": "7 dies anteriors",
 	"Previous 7 days": "7 dies anteriors",
 	"Profile Image": "Imatge de perfil",
 	"Profile Image": "Imatge de perfil",
@@ -795,6 +807,7 @@
 	"Rename": "Canviar el nom",
 	"Rename": "Canviar el nom",
 	"Reorder Models": "Reordenar els models",
 	"Reorder Models": "Reordenar els models",
 	"Repeat Last N": "Repeteix els darrers N",
 	"Repeat Last N": "Repeteix els darrers N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Respondre al fil",
 	"Reply in Thread": "Respondre al fil",
 	"Request Mode": "Mode de sol·licitud",
 	"Request Mode": "Mode de sol·licitud",
 	"Reranking Model": "Model de reavaluació",
 	"Reranking Model": "Model de reavaluació",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establir el nombre de fils de treball utilitzats per al càlcul. Aquesta opció controla quants fils s'utilitzen per processar les sol·licituds entrants simultàniament. Augmentar aquest valor pot millorar el rendiment amb càrregues de treball de concurrència elevada, però també pot consumir més recursos de CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establir el nombre de fils de treball utilitzats per al càlcul. Aquesta opció controla quants fils s'utilitzen per processar les sol·licituds entrants simultàniament. Augmentar aquest valor pot millorar el rendiment amb càrregues de treball de concurrència elevada, però també pot consumir més recursos de CPU.",
 	"Set Voice": "Establir la veu",
 	"Set Voice": "Establir la veu",
 	"Set whisper model": "Establir el model whisper",
 	"Set whisper model": "Establir el model whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establir fins a quin punt el model mira enrere per evitar la repetició. (Per defecte: 64, 0 = desactivat, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establir fins a quin punt el model mira enrere per evitar la repetició. (Per defecte: 64, 0 = desactivat, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Establir amb quina força penalitzar les repeticions. Un valor més alt (p. ex., 1,5) penalitzarà les repeticions amb més força, mentre que un valor més baix (p. ex., 0,9) serà més indulgent. (Per defecte: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Establir la llavor del nombre aleatori que s'utilitzarà per a la generació. Establir-ho a un número específic farà que el model generi el mateix text per a la mateixa sol·licitud. (Per defecte: aleatori)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Establir la llavor del nombre aleatori que s'utilitzarà per a la generació. Establir-ho a un número específic farà que el model generi el mateix text per a la mateixa sol·licitud. (Per defecte: aleatori)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Estableix la mida de la finestra de context utilitzada per generar el següent token. (Per defecte: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Estableix la mida de la finestra de context utilitzada per generar el següent token. (Per defecte: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establir les seqüències d'aturada a utilitzar. Quan es trobi aquest patró, el LLM deixarà de generar text. Es poden establir diversos patrons de parada especificant diversos paràmetres de parada separats en un fitxer model.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establir les seqüències d'aturada a utilitzar. Quan es trobi aquest patró, el LLM deixarà de generar text. Es poden establir diversos patrons de parada especificant diversos paràmetres de parada separats en un fitxer model.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Indicació per a la generació d'etiquetes",
 	"Tags Generation Prompt": "Indicació per a la generació d'etiquetes",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "El mostreig sense cua s'utilitza per reduir l'impacte de tokens menys probables de la sortida. Un valor més alt (p. ex., 2,0) reduirà més l'impacte, mentre que un valor d'1,0 desactiva aquesta configuració. (per defecte: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "El mostreig sense cua s'utilitza per reduir l'impacte de tokens menys probables de la sortida. Un valor més alt (p. ex., 2,0) reduirà més l'impacte, mentre que un valor d'1,0 desactiva aquesta configuració. (per defecte: 1)",
 	"Tap to interrupt": "Prem per interrompre",
 	"Tap to interrupt": "Prem per interrompre",
+	"Tasks": "",
 	"Tavily API Key": "Clau API de Tavily",
 	"Tavily API Key": "Clau API de Tavily",
 	"Tell us more:": "Dona'ns més informació:",
 	"Tell us more:": "Dona'ns més informació:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "Actualitzat",
 	"Updated": "Actualitzat",
 	"Updated at": "Actualitzat el",
 	"Updated at": "Actualitzat el",
 	"Updated At": "Actualitzat el",
 	"Updated At": "Actualitzat el",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Pujar",
 	"Upload": "Pujar",
 	"Upload a GGUF model": "Pujar un model GGUF",
 	"Upload a GGUF model": "Pujar un model GGUF",
 	"Upload directory": "Pujar directori",
 	"Upload directory": "Pujar directori",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Avís:",
 	"Warning:": "Avís:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avís: Habilitar això permetrà als usuaris penjar codi arbitrari al servidor.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avís: Habilitar això permetrà als usuaris penjar codi arbitrari al servidor.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avís: Si s'actualitza o es canvia el model d'incrustació, s'hauran de tornar a importar tots els documents.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avís: Si s'actualitza o es canvia el model d'incrustació, s'hauran de tornar a importar tots els documents.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Preferències del carregador web",
 	"Web Loader Settings": "Preferències del carregador web",

+ 18 - 1
src/lib/i18n/locales/ceb-PH/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "",
 	"Accurate information": "",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "",
 	"Add": "",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "",
 	"August": "",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Awtomatikong kopya sa tubag sa clipboard",
 	"Auto-Copy Response to Clipboard": "Awtomatikong kopya sa tubag sa clipboard",
 	"Auto-playback response": "Autoplay nga tubag",
 	"Auto-playback response": "Autoplay nga tubag",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Suod nga",
 	"Close": "Suod nga",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "",
 	"delete this link": "",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "",
 	"Discover a model": "",
 	"Discover a prompt": "Pagkaplag usa ka prompt",
 	"Discover a prompt": "Pagkaplag usa ka prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Pagdiskubre, pag-download ug pagsuhid sa mga naandan nga pag-aghat",
 	"Discover, download, and explore custom prompts": "Pagdiskubre, pag-download ug pagsuhid sa mga naandan nga pag-aghat",
@@ -307,6 +314,7 @@
 	"Don't like the style": "",
 	"Don't like the style": "",
 	"Done": "",
 	"Done": "",
 	"Download": "",
 	"Download": "",
+	"Download as SVG": "",
 	"Download canceled": "",
 	"Download canceled": "",
 	"Download Database": "I-download ang database",
 	"Download Database": "I-download ang database",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "",
 	"February": "",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "",
 	"Frequency Penalty": "",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Kahayag",
 	"Light": "Kahayag",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "",
 	"Positive attitude": "",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "",
 	"Previous 30 days": "",
 	"Previous 7 days": "",
 	"Previous 7 days": "",
 	"Profile Image": "",
 	"Profile Image": "",
@@ -795,6 +807,7 @@
 	"Rename": "",
 	"Rename": "",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Balika ang katapusang N",
 	"Repeat Last N": "Balika ang katapusang N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Query mode",
 	"Request Mode": "Query mode",
 	"Reranking Model": "",
 	"Reranking Model": "",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Ibutang ang tingog",
 	"Set Voice": "Ibutang ang tingog",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "",
 	"Tell us more:": "",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Pag-upload ug modelo sa GGUF",
 	"Upload a GGUF model": "Pag-upload ug modelo sa GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "",
 	"Web Loader Settings": "",

+ 18 - 1
src/lib/i18n/locales/cs-CZ/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Čeká na aktivaci účtu",
 	"Account Activation Pending": "Čeká na aktivaci účtu",
 	"Accurate information": "Přesné informace",
 	"Accurate information": "Přesné informace",
 	"Actions": "Akce",
 	"Actions": "Akce",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tenhle příkaz napsáním \"/{{COMMAND}}\" do chat inputu",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tenhle příkaz napsáním \"/{{COMMAND}}\" do chat inputu",
 	"Active Users": "Aktivní uživatelé",
 	"Active Users": "Aktivní uživatelé",
 	"Add": "Přidat",
 	"Add": "Přidat",
@@ -99,6 +100,7 @@
 	"Audio": "Zvuk",
 	"Audio": "Zvuk",
 	"August": "Srpen",
 	"August": "Srpen",
 	"Authenticate": "Autentikace",
 	"Authenticate": "Autentikace",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatické kopírování odpovědi do schránky",
 	"Auto-Copy Response to Clipboard": "Automatické kopírování odpovědi do schránky",
 	"Auto-playback response": "Automatická odpověď při přehrávání",
 	"Auto-playback response": "Automatická odpověď při přehrávání",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Zavřít",
 	"Close": "Zavřít",
 	"Code execution": "Provádění kódu",
 	"Code execution": "Provádění kódu",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kód byl úspěšně naformátován.",
 	"Code formatted successfully": "Kód byl úspěšně naformátován.",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Řízení, jak se text zprávy rozděluje pro požadavky TTS. 'Punctuation' rozděluje text na věty, 'paragraphs' rozděluje text na odstavce a 'none' udržuje zprávu jako jeden celý řetězec.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Řízení, jak se text zprávy rozděluje pro požadavky TTS. 'Punctuation' rozděluje text na věty, 'paragraphs' rozděluje text na odstavce a 'none' udržuje zprávu jako jeden celý řetězec.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Ovládací prvky",
 	"Controls": "Ovládací prvky",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Zkopírováno",
 	"Copied": "Zkopírováno",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Smazat složku?",
 	"Delete folder?": "Smazat složku?",
 	"Delete function?": "Funkce pro odstranění?",
 	"Delete function?": "Funkce pro odstranění?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Smazat prompt?",
 	"Delete prompt?": "Smazat prompt?",
 	"delete this link": "smazat tento odkaz",
 	"delete this link": "smazat tento odkaz",
 	"Delete tool?": "Odstranit nástroj?",
 	"Delete tool?": "Odstranit nástroj?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Objevte model",
 	"Discover a model": "Objevte model",
 	"Discover a prompt": "Objevte prompt",
 	"Discover a prompt": "Objevte prompt",
 	"Discover a tool": "Objevte nástroj",
 	"Discover a tool": "Objevte nástroj",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Objevujte, stahujte a zkoumejte vlastní funkce",
 	"Discover, download, and explore custom functions": "Objevujte, stahujte a zkoumejte vlastní funkce",
 	"Discover, download, and explore custom prompts": "Objevte, stáhněte a prozkoumejte vlastní prompty.",
 	"Discover, download, and explore custom prompts": "Objevte, stáhněte a prozkoumejte vlastní prompty.",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nelíbí se mi ten styl.",
 	"Don't like the style": "Nelíbí se mi ten styl.",
 	"Done": "Hotovo.",
 	"Done": "Hotovo.",
 	"Download": "Stáhnout",
 	"Download": "Stáhnout",
+	"Download as SVG": "",
 	"Download canceled": "Stahování zrušeno",
 	"Download canceled": "Stahování zrušeno",
 	"Download Database": "Stáhnout databázi",
 	"Download Database": "Stáhnout databázi",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepodařilo se aktualizovat nastavení",
 	"Failed to update settings": "Nepodařilo se aktualizovat nastavení",
 	"Failed to upload file.": "Nepodařilo se nahrát soubor.",
 	"Failed to upload file.": "Nepodařilo se nahrát soubor.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Únor",
 	"February": "Únor",
 	"Feedback History": "Historie zpětné vazby",
 	"Feedback History": "Historie zpětné vazby",
@@ -476,6 +485,7 @@
 	"Form": "Formulář",
 	"Form": "Formulář",
 	"Format your variables using brackets like this:": "Formátujte své proměnné pomocí závorek takto:",
 	"Format your variables using brackets like this:": "Formátujte své proměnné pomocí závorek takto:",
 	"Frequency Penalty": "Penalizace frekvence",
 	"Frequency Penalty": "Penalizace frekvence",
+	"Full Context Mode": "",
 	"Function": "Funkce",
 	"Function": "Funkce",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funkce byla úspěšně vytvořena.",
 	"Function created successfully": "Funkce byla úspěšně vytvořena.",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Nechte prázdné pro zahrnutí všech modelů nebo vyberte konkrétní modely.",
 	"Leave empty to include all models or select specific models": "Nechte prázdné pro zahrnutí všech modelů nebo vyberte konkrétní modely.",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Nechte prázdné pro použití výchozího podnětu, nebo zadejte vlastní podnět.",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Nechte prázdné pro použití výchozího podnětu, nebo zadejte vlastní podnět.",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Světlo",
 	"Light": "Světlo",
 	"Listening...": "Poslouchání...",
 	"Listening...": "Poslouchání...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozitivní přístup",
 	"Positive attitude": "Pozitivní přístup",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Předchozích 30 dnů",
 	"Previous 30 days": "Předchozích 30 dnů",
 	"Previous 7 days": "Předchozích 7 dní",
 	"Previous 7 days": "Předchozích 7 dní",
 	"Profile Image": "Profilový obrázek",
 	"Profile Image": "Profilový obrázek",
@@ -795,6 +807,7 @@
 	"Rename": "Přejmenovat",
 	"Rename": "Přejmenovat",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Opakovat posledních N",
 	"Repeat Last N": "Opakovat posledních N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Režim žádosti",
 	"Request Mode": "Režim žádosti",
 	"Reranking Model": "Model pro přehodnocení pořadí",
 	"Reranking Model": "Model pro přehodnocení pořadí",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Nastavit hlas",
 	"Set Voice": "Nastavit hlas",
 	"Set whisper model": "Nastavit model whisper",
 	"Set whisper model": "Nastavit model whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt pro generování značek",
 	"Tags Generation Prompt": "Prompt pro generování značek",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Klepněte pro přerušení",
 	"Tap to interrupt": "Klepněte pro přerušení",
+	"Tasks": "",
 	"Tavily API Key": "Klíč API pro Tavily",
 	"Tavily API Key": "Klíč API pro Tavily",
 	"Tell us more:": "Řekněte nám více.",
 	"Tell us more:": "Řekněte nám více.",
 	"Temperature": "",
 	"Temperature": "",
@@ -1041,6 +1056,7 @@
 	"Updated": "Aktualizováno",
 	"Updated": "Aktualizováno",
 	"Updated at": "Aktualizováno dne",
 	"Updated at": "Aktualizováno dne",
 	"Updated At": "Aktualizováno dne",
 	"Updated At": "Aktualizováno dne",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Nahrát",
 	"Upload": "Nahrát",
 	"Upload a GGUF model": "Nahrát model ve formátu GGUF",
 	"Upload a GGUF model": "Nahrát model ve formátu GGUF",
 	"Upload directory": "Nahrát adresář",
 	"Upload directory": "Nahrát adresář",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Upozornění:",
 	"Warning:": "Upozornění:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varování: Pokud aktualizujete nebo změníte svůj model vkládání, budete muset všechny dokumenty znovu importovat.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varování: Pokud aktualizujete nebo změníte svůj model vkládání, budete muset všechny dokumenty znovu importovat.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Webové API",
 	"Web API": "Webové API",
 	"Web Loader Settings": "Nastavení Web Loaderu",
 	"Web Loader Settings": "Nastavení Web Loaderu",

+ 18 - 1
src/lib/i18n/locales/da-DK/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Aktivering af profil afventer",
 	"Account Activation Pending": "Aktivering af profil afventer",
 	"Accurate information": "Profilinformation",
 	"Accurate information": "Profilinformation",
 	"Actions": "Handlinger",
 	"Actions": "Handlinger",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Aktive brugere",
 	"Active Users": "Aktive brugere",
 	"Add": "Tilføj",
 	"Add": "Tilføj",
@@ -99,6 +100,7 @@
 	"Audio": "Lyd",
 	"Audio": "Lyd",
 	"August": "august",
 	"August": "august",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatisk kopiering af svar til udklipsholder",
 	"Auto-Copy Response to Clipboard": "Automatisk kopiering af svar til udklipsholder",
 	"Auto-playback response": "Automatisk afspil svar",
 	"Auto-playback response": "Automatisk afspil svar",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Luk",
 	"Close": "Luk",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kode formateret korrekt",
 	"Code formatted successfully": "Kode formateret korrekt",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontroller hvordan beskedens tekst bliver splittet til TTS requests. 'Punctuation' (tegnsætning) splitter i sætninger, 'paragraphs' splitter i paragraffer, og 'none' beholder beskeden som en samlet streng.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontroller hvordan beskedens tekst bliver splittet til TTS requests. 'Punctuation' (tegnsætning) splitter i sætninger, 'paragraphs' splitter i paragraffer, og 'none' beholder beskeden som en samlet streng.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Indstillinger",
 	"Controls": "Indstillinger",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Kopieret",
 	"Copied": "Kopieret",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Slet funktion?",
 	"Delete function?": "Slet funktion?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Slet prompt?",
 	"Delete prompt?": "Slet prompt?",
 	"delete this link": "slet dette link",
 	"delete this link": "slet dette link",
 	"Delete tool?": "Slet værktøj?",
 	"Delete tool?": "Slet værktøj?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Find en model",
 	"Discover a model": "Find en model",
 	"Discover a prompt": "Find en prompt",
 	"Discover a prompt": "Find en prompt",
 	"Discover a tool": "Find et værktøj",
 	"Discover a tool": "Find et værktøj",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Find, download og udforsk unikke funktioner",
 	"Discover, download, and explore custom functions": "Find, download og udforsk unikke funktioner",
 	"Discover, download, and explore custom prompts": "Find, download og udforsk unikke prompts",
 	"Discover, download, and explore custom prompts": "Find, download og udforsk unikke prompts",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Kan du ikke lide stilen",
 	"Don't like the style": "Kan du ikke lide stilen",
 	"Done": "Færdig",
 	"Done": "Færdig",
 	"Download": "Download",
 	"Download": "Download",
+	"Download as SVG": "",
 	"Download canceled": "Download afbrudt",
 	"Download canceled": "Download afbrudt",
 	"Download Database": "Download database",
 	"Download Database": "Download database",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Kunne ikke opdatere indstillinger",
 	"Failed to update settings": "Kunne ikke opdatere indstillinger",
 	"Failed to upload file.": "Kunne ikke uploade fil.",
 	"Failed to upload file.": "Kunne ikke uploade fil.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Februar",
 	"February": "Februar",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "Formular",
 	"Form": "Formular",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Hyppighedsstraf",
 	"Frequency Penalty": "Hyppighedsstraf",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funktion oprettet.",
 	"Function created successfully": "Funktion oprettet.",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Lad stå tomt for at bruge standardprompten, eller indtast en brugerdefineret prompt",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Lad stå tomt for at bruge standardprompten, eller indtast en brugerdefineret prompt",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Lys",
 	"Light": "Lys",
 	"Listening...": "Lytter...",
 	"Listening...": "Lytter...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positiv holdning",
 	"Positive attitude": "Positiv holdning",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Seneste 30 dage",
 	"Previous 30 days": "Seneste 30 dage",
 	"Previous 7 days": "Seneste 7 dage",
 	"Previous 7 days": "Seneste 7 dage",
 	"Profile Image": "Profilbillede",
 	"Profile Image": "Profilbillede",
@@ -795,6 +807,7 @@
 	"Rename": "Omdøb",
 	"Rename": "Omdøb",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Gentag sidste N",
 	"Repeat Last N": "Gentag sidste N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Forespørgselstilstand",
 	"Request Mode": "Forespørgselstilstand",
 	"Reranking Model": "Omarrangeringsmodel",
 	"Reranking Model": "Omarrangeringsmodel",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Indstil stemme",
 	"Set Voice": "Indstil stemme",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Tryk for at afbryde",
 	"Tap to interrupt": "Tryk for at afbryde",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API-nøgle",
 	"Tavily API Key": "Tavily API-nøgle",
 	"Tell us more:": "Fortæl os mere:",
 	"Tell us more:": "Fortæl os mere:",
 	"Temperature": "Temperatur",
 	"Temperature": "Temperatur",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Opdateret kl.",
 	"Updated at": "Opdateret kl.",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Upload",
 	"Upload": "Upload",
 	"Upload a GGUF model": "Upload en GGUF-model",
 	"Upload a GGUF model": "Upload en GGUF-model",
 	"Upload directory": "Uploadmappe",
 	"Upload directory": "Uploadmappe",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Advarsel:",
 	"Warning:": "Advarsel:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du opdaterer eller ændrer din indlejringsmodel, skal du importere alle dokumenter igen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du opdaterer eller ændrer din indlejringsmodel, skal du importere alle dokumenter igen.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Web Loader-indstillinger",
 	"Web Loader Settings": "Web Loader-indstillinger",

+ 18 - 1
src/lib/i18n/locales/de-DE/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Kontoaktivierung ausstehend",
 	"Account Activation Pending": "Kontoaktivierung ausstehend",
 	"Accurate information": "Präzise Information(en)",
 	"Accurate information": "Präzise Information(en)",
 	"Actions": "Aktionen",
 	"Actions": "Aktionen",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe eingeben.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivieren Sie diesen Befehl, indem Sie \"/{{COMMAND}}\" in die Chat-Eingabe eingeben.",
 	"Active Users": "Aktive Benutzer",
 	"Active Users": "Aktive Benutzer",
 	"Add": "Hinzufügen",
 	"Add": "Hinzufügen",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "August",
 	"August": "August",
 	"Authenticate": "Authentifizieren",
 	"Authenticate": "Authentifizieren",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Antwort automatisch in die Zwischenablage kopieren",
 	"Auto-Copy Response to Clipboard": "Antwort automatisch in die Zwischenablage kopieren",
 	"Auto-playback response": "Antwort automatisch abspielen",
 	"Auto-playback response": "Antwort automatisch abspielen",
 	"Autocomplete Generation": "Automatische Vervollständigung",
 	"Autocomplete Generation": "Automatische Vervollständigung",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "Klon von {{TITLE}}",
 	"Clone of {{TITLE}}": "Klon von {{TITLE}}",
 	"Close": "Schließen",
 	"Close": "Schließen",
 	"Code execution": "Codeausführung",
 	"Code execution": "Codeausführung",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Code erfolgreich formatiert",
 	"Code formatted successfully": "Code erfolgreich formatiert",
 	"Code Interpreter": "Code-Interpreter",
 	"Code Interpreter": "Code-Interpreter",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Mit Email fortfahren",
 	"Continue with Email": "Mit Email fortfahren",
 	"Continue with LDAP": "Mit LDAP fortfahren",
 	"Continue with LDAP": "Mit LDAP fortfahren",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrollieren Sie, wie Nachrichtentext für TTS-Anfragen aufgeteilt wird. 'Punctuation' teilt in Sätze auf, 'paragraphs' teilt in Absätze auf und 'none' behält die Nachricht als einzelnen String.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrollieren Sie, wie Nachrichtentext für TTS-Anfragen aufgeteilt wird. 'Punctuation' teilt in Sätze auf, 'paragraphs' teilt in Absätze auf und 'none' behält die Nachricht als einzelnen String.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Steuerung",
 	"Controls": "Steuerung",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Kontrolliert das Gleichgewicht zwischen Kohärenz und Vielfalt des Ausgabetextes. Ein niedrigerer Wert führt zu fokussierterem und kohärenterem Text. (Standard: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Kontrolliert das Gleichgewicht zwischen Kohärenz und Vielfalt des Ausgabetextes. Ein niedrigerer Wert führt zu fokussierterem und kohärenterem Text. (Standard: 5.0)",
 	"Copied": "Kopiert",
 	"Copied": "Kopiert",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Ordner löschen?",
 	"Delete folder?": "Ordner löschen?",
 	"Delete function?": "Funktion löschen?",
 	"Delete function?": "Funktion löschen?",
 	"Delete Message": "Nachricht löschen",
 	"Delete Message": "Nachricht löschen",
+	"Delete message?": "",
 	"Delete prompt?": "Prompt löschen?",
 	"Delete prompt?": "Prompt löschen?",
 	"delete this link": "diesen Link löschen",
 	"delete this link": "diesen Link löschen",
 	"Delete tool?": "Werkzeug löschen?",
 	"Delete tool?": "Werkzeug löschen?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Entdecken Sie weitere Modelle",
 	"Discover a model": "Entdecken Sie weitere Modelle",
 	"Discover a prompt": "Entdecken Sie weitere Prompts",
 	"Discover a prompt": "Entdecken Sie weitere Prompts",
 	"Discover a tool": "Entdecken Sie weitere Werkzeuge",
 	"Discover a tool": "Entdecken Sie weitere Werkzeuge",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Entdecken Sie Wunder",
 	"Discover wonders": "Entdecken Sie Wunder",
 	"Discover, download, and explore custom functions": "Entdecken und beziehen Sie benutzerdefinierte Funktionen",
 	"Discover, download, and explore custom functions": "Entdecken und beziehen Sie benutzerdefinierte Funktionen",
 	"Discover, download, and explore custom prompts": "Entdecken und beziehen Sie benutzerdefinierte Prompts",
 	"Discover, download, and explore custom prompts": "Entdecken und beziehen Sie benutzerdefinierte Prompts",
@@ -307,6 +314,7 @@
 	"Don't like the style": "schlechter Schreibstil",
 	"Don't like the style": "schlechter Schreibstil",
 	"Done": "Erledigt",
 	"Done": "Erledigt",
 	"Download": "Exportieren",
 	"Download": "Exportieren",
+	"Download as SVG": "",
 	"Download canceled": "Exportierung abgebrochen",
 	"Download canceled": "Exportierung abgebrochen",
 	"Download Database": "Datenbank exportieren",
 	"Download Database": "Datenbank exportieren",
 	"Drag and drop a file to upload or select a file to view": "Ziehen Sie eine Datei zum Hochladen oder wählen Sie eine Datei zum Anzeigen aus",
 	"Drag and drop a file to upload or select a file to view": "Ziehen Sie eine Datei zum Hochladen oder wählen Sie eine Datei zum Anzeigen aus",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Fehler beim Speichern der Modellkonfiguration",
 	"Failed to save models configuration": "Fehler beim Speichern der Modellkonfiguration",
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
 	"Failed to update settings": "Fehler beim Aktualisieren der Einstellungen",
 	"Failed to upload file.": "Fehler beim Hochladen der Datei.",
 	"Failed to upload file.": "Fehler beim Hochladen der Datei.",
+	"Features": "",
 	"Features Permissions": "Funktionen-Berechtigungen",
 	"Features Permissions": "Funktionen-Berechtigungen",
 	"February": "Februar",
 	"February": "Februar",
 	"Feedback History": "Feedback-Verlauf",
 	"Feedback History": "Feedback-Verlauf",
@@ -476,6 +485,7 @@
 	"Form": "Formular",
 	"Form": "Formular",
 	"Format your variables using brackets like this:": "Formatieren Sie Ihre Variablen mit Klammern, wie hier:",
 	"Format your variables using brackets like this:": "Formatieren Sie Ihre Variablen mit Klammern, wie hier:",
 	"Frequency Penalty": "Frequenzstrafe",
 	"Frequency Penalty": "Frequenzstrafe",
+	"Full Context Mode": "",
 	"Function": "Funktion",
 	"Function": "Funktion",
 	"Function Calling": "Funktionsaufruf",
 	"Function Calling": "Funktionsaufruf",
 	"Function created successfully": "Funktion erfolgreich erstellt",
 	"Function created successfully": "Funktion erfolgreich erstellt",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Leer lassen, um alle Modelle einzuschließen oder spezifische Modelle auszuwählen",
 	"Leave empty to include all models or select specific models": "Leer lassen, um alle Modelle einzuschließen oder spezifische Modelle auszuwählen",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Leer lassen, um den Standardprompt zu verwenden, oder geben Sie einen benutzerdefinierten Prompt ein",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Leer lassen, um den Standardprompt zu verwenden, oder geben Sie einen benutzerdefinierten Prompt ein",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Hell",
 	"Light": "Hell",
 	"Listening...": "Höre zu...",
 	"Listening...": "Höre zu...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positive Einstellung",
 	"Positive attitude": "Positive Einstellung",
 	"Prefix ID": "Präfix-ID",
 	"Prefix ID": "Präfix-ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefix-ID wird verwendet, um Konflikte mit anderen Verbindungen zu vermeiden, indem ein Präfix zu den Modell-IDs hinzugefügt wird - leer lassen, um zu deaktivieren",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefix-ID wird verwendet, um Konflikte mit anderen Verbindungen zu vermeiden, indem ein Präfix zu den Modell-IDs hinzugefügt wird - leer lassen, um zu deaktivieren",
+	"Presence Penalty": "",
 	"Previous 30 days": "Vorherige 30 Tage",
 	"Previous 30 days": "Vorherige 30 Tage",
 	"Previous 7 days": "Vorherige 7 Tage",
 	"Previous 7 days": "Vorherige 7 Tage",
 	"Profile Image": "Profilbild",
 	"Profile Image": "Profilbild",
@@ -795,6 +807,7 @@
 	"Rename": "Umbenennen",
 	"Rename": "Umbenennen",
 	"Reorder Models": "Modelle neu anordnen",
 	"Reorder Models": "Modelle neu anordnen",
 	"Repeat Last N": "Wiederhole die letzten N",
 	"Repeat Last N": "Wiederhole die letzten N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Im Thread antworten",
 	"Reply in Thread": "Im Thread antworten",
 	"Request Mode": "Anforderungsmodus",
 	"Request Mode": "Anforderungsmodus",
 	"Reranking Model": "Reranking-Modell",
 	"Reranking Model": "Reranking-Modell",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Legt die Anzahl der für die Berechnung verwendeten GPU-Geräte fest. Diese Option steuert, wie viele GPU-Geräte (falls verfügbar) zur Verarbeitung eingehender Anfragen verwendet werden. Eine Erhöhung dieses Wertes kann die Leistung für Modelle, die für GPU-Beschleunigung optimiert sind, erheblich verbessern, kann jedoch auch mehr Strom und GPU-Ressourcen verbrauchen.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Legt die Anzahl der für die Berechnung verwendeten GPU-Geräte fest. Diese Option steuert, wie viele GPU-Geräte (falls verfügbar) zur Verarbeitung eingehender Anfragen verwendet werden. Eine Erhöhung dieses Wertes kann die Leistung für Modelle, die für GPU-Beschleunigung optimiert sind, erheblich verbessern, kann jedoch auch mehr Strom und GPU-Ressourcen verbrauchen.",
 	"Set Voice": "Stimme festlegen",
 	"Set Voice": "Stimme festlegen",
 	"Set whisper model": "Whisper-Modell festlegen",
 	"Set whisper model": "Whisper-Modell festlegen",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Legt fest, wie weit das Modell zurückblicken soll, um Wiederholungen zu verhindern. (Standard: 64, 0 = deaktiviert, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Legt fest, wie weit das Modell zurückblicken soll, um Wiederholungen zu verhindern. (Standard: 64, 0 = deaktiviert, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Legt fest, wie stark Wiederholungen bestraft werden sollen. Ein höherer Wert (z.B. 1.5) bestraft Wiederholungen stärker, während ein niedrigerer Wert (z.B. 0.9) nachsichtiger ist. (Standard: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Legt den Zufallszahlengenerator-Seed für die Generierung fest. Wenn dieser auf eine bestimmte Zahl gesetzt wird, erzeugt das Modell denselben Text für denselben Prompt. (Standard: zufällig)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Legt den Zufallszahlengenerator-Seed für die Generierung fest. Wenn dieser auf eine bestimmte Zahl gesetzt wird, erzeugt das Modell denselben Text für denselben Prompt. (Standard: zufällig)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Legt die Größe des Kontextfensters fest, das zur Generierung des nächsten Tokens verwendet wird. (Standard: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Legt die Größe des Kontextfensters fest, das zur Generierung des nächsten Tokens verwendet wird. (Standard: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Legt die zu verwendenden Stoppsequenzen fest. Wenn dieses Muster erkannt wird, stoppt das LLM die Textgenerierung und gibt zurück. Mehrere Stoppmuster können festgelegt werden, indem mehrere separate Stopp-Parameter in einer Modelldatei angegeben werden.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Legt die zu verwendenden Stoppsequenzen fest. Wenn dieses Muster erkannt wird, stoppt das LLM die Textgenerierung und gibt zurück. Mehrere Stoppmuster können festgelegt werden, indem mehrere separate Stopp-Parameter in einer Modelldatei angegeben werden.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt für Tag-Generierung",
 	"Tags Generation Prompt": "Prompt für Tag-Generierung",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail-Free Sampling wird verwendet, um den Einfluss weniger wahrscheinlicher Tokens auf die Ausgabe zu reduzieren. Ein höherer Wert (z.B. 2.0) reduziert den Einfluss stärker, während ein Wert von 1.0 diese Einstellung deaktiviert. (Standard: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail-Free Sampling wird verwendet, um den Einfluss weniger wahrscheinlicher Tokens auf die Ausgabe zu reduzieren. Ein höherer Wert (z.B. 2.0) reduziert den Einfluss stärker, während ein Wert von 1.0 diese Einstellung deaktiviert. (Standard: 1)",
 	"Tap to interrupt": "Zum Unterbrechen tippen",
 	"Tap to interrupt": "Zum Unterbrechen tippen",
+	"Tasks": "",
 	"Tavily API Key": "Tavily-API-Schlüssel",
 	"Tavily API Key": "Tavily-API-Schlüssel",
 	"Tell us more:": "Erzähl uns mehr",
 	"Tell us more:": "Erzähl uns mehr",
 	"Temperature": "Temperatur",
 	"Temperature": "Temperatur",
@@ -1041,6 +1056,7 @@
 	"Updated": "Aktualisiert",
 	"Updated": "Aktualisiert",
 	"Updated at": "Aktualisiert am",
 	"Updated at": "Aktualisiert am",
 	"Updated At": "Aktualisiert am",
 	"Updated At": "Aktualisiert am",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Hochladen",
 	"Upload": "Hochladen",
 	"Upload a GGUF model": "GGUF-Model hochladen",
 	"Upload a GGUF model": "GGUF-Model hochladen",
 	"Upload directory": "Upload-Verzeichnis",
 	"Upload directory": "Upload-Verzeichnis",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Warnung:",
 	"Warning:": "Warnung:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Warnung: Wenn Sie dies aktivieren, können Benutzer beliebigen Code auf dem Server hochladen.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Warnung: Wenn Sie dies aktivieren, können Benutzer beliebigen Code auf dem Server hochladen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warnung: Wenn Sie das Einbettungsmodell aktualisieren oder ändern, müssen Sie alle Dokumente erneut importieren.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warnung: Wenn Sie das Einbettungsmodell aktualisieren oder ändern, müssen Sie alle Dokumente erneut importieren.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web-API",
 	"Web API": "Web-API",
 	"Web Loader Settings": "Web Loader Einstellungen",
 	"Web Loader Settings": "Web Loader Einstellungen",

+ 18 - 1
src/lib/i18n/locales/dg-DG/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "",
 	"Accurate information": "",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "",
 	"Add": "",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "",
 	"August": "",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copy Bark Auto Bark",
 	"Auto-Copy Response to Clipboard": "Copy Bark Auto Bark",
 	"Auto-playback response": "Auto-playback response",
 	"Auto-playback response": "Auto-playback response",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Close",
 	"Close": "Close",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "",
 	"delete this link": "",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "",
 	"Discover a model": "",
 	"Discover a prompt": "Discover a prompt",
 	"Discover a prompt": "Discover a prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Discover, download, and explore custom prompts",
 	"Discover, download, and explore custom prompts": "Discover, download, and explore custom prompts",
@@ -307,6 +314,7 @@
 	"Don't like the style": "",
 	"Don't like the style": "",
 	"Done": "",
 	"Done": "",
 	"Download": "",
 	"Download": "",
+	"Download as SVG": "",
 	"Download canceled": "",
 	"Download canceled": "",
 	"Download Database": "Download Database",
 	"Download Database": "Download Database",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "",
 	"February": "",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "",
 	"Frequency Penalty": "",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Light",
 	"Light": "Light",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "",
 	"Positive attitude": "",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "",
 	"Previous 30 days": "",
 	"Previous 7 days": "",
 	"Previous 7 days": "",
 	"Profile Image": "",
 	"Profile Image": "",
@@ -795,6 +807,7 @@
 	"Rename": "",
 	"Rename": "",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repeat Last N",
 	"Repeat Last N": "Repeat Last N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Request Bark",
 	"Request Mode": "Request Bark",
 	"Reranking Model": "",
 	"Reranking Model": "",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Set Voice so speak",
 	"Set Voice": "Set Voice so speak",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "",
 	"Tell us more:": "",
 	"Temperature": "Temperature very temp",
 	"Temperature": "Temperature very temp",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Upload a GGUF model very upload",
 	"Upload a GGUF model": "Upload a GGUF model very upload",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web very web",
 	"Web": "Web very web",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "",
 	"Web Loader Settings": "",

+ 18 - 1
src/lib/i18n/locales/el-GR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Ενεργοποίηση Λογαριασμού Εκκρεμεί",
 	"Account Activation Pending": "Ενεργοποίηση Λογαριασμού Εκκρεμεί",
 	"Accurate information": "Ακριβείς πληροφορίες",
 	"Accurate information": "Ακριβείς πληροφορίες",
 	"Actions": "Ενέργειες",
 	"Actions": "Ενέργειες",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ενεργοποιήστε αυτή την εντολή πληκτρολογώντας \"/{{COMMAND}}\" στο πεδίο συνομιλίας.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ενεργοποιήστε αυτή την εντολή πληκτρολογώντας \"/{{COMMAND}}\" στο πεδίο συνομιλίας.",
 	"Active Users": "Ενεργοί Χρήστες",
 	"Active Users": "Ενεργοί Χρήστες",
 	"Add": "Προσθήκη",
 	"Add": "Προσθήκη",
@@ -99,6 +100,7 @@
 	"Audio": "Ήχος",
 	"Audio": "Ήχος",
 	"August": "Αύγουστος",
 	"August": "Αύγουστος",
 	"Authenticate": "Επαλήθευση",
 	"Authenticate": "Επαλήθευση",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Αυτόματη Αντιγραφή Απάντησης στο Πρόχειρο",
 	"Auto-Copy Response to Clipboard": "Αυτόματη Αντιγραφή Απάντησης στο Πρόχειρο",
 	"Auto-playback response": "Αυτόματη αναπαραγωγή της απάντησης",
 	"Auto-playback response": "Αυτόματη αναπαραγωγή της απάντησης",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Κλείσιμο",
 	"Close": "Κλείσιμο",
 	"Code execution": "Εκτέλεση κώδικα",
 	"Code execution": "Εκτέλεση κώδικα",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Ο κώδικας μορφοποιήθηκε επιτυχώς",
 	"Code formatted successfully": "Ο κώδικας μορφοποιήθηκε επιτυχώς",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Συνέχεια με Email",
 	"Continue with Email": "Συνέχεια με Email",
 	"Continue with LDAP": "Συνέχεια με LDAP",
 	"Continue with LDAP": "Συνέχεια με LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Έλεγχος πώς διαχωρίζεται το κείμενο του μηνύματος για αιτήματα TTS. Το 'Στίξη' διαχωρίζει σε προτάσεις, οι 'παραγράφοι' σε παραγράφους, και το 'κανένα' κρατά το μήνυμα ως μια αλυσίδα.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Έλεγχος πώς διαχωρίζεται το κείμενο του μηνύματος για αιτήματα TTS. Το 'Στίξη' διαχωρίζει σε προτάσεις, οι 'παραγράφοι' σε παραγράφους, και το 'κανένα' κρατά το μήνυμα ως μια αλυσίδα.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Έλεγχοι",
 	"Controls": "Έλεγχοι",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Διαχειρίζεται την ισορροπία μεταξύ συνεκτικότητας και ποικιλίας της εξόδου. Μια χαμηλότερη τιμή θα έχει ως αποτέλεσμα πιο εστιασμένο και συνεκτικό κείμενο. (Προεπιλογή: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Διαχειρίζεται την ισορροπία μεταξύ συνεκτικότητας και ποικιλίας της εξόδου. Μια χαμηλότερη τιμή θα έχει ως αποτέλεσμα πιο εστιασμένο και συνεκτικό κείμενο. (Προεπιλογή: 5.0)",
 	"Copied": "Αντιγράφηκε",
 	"Copied": "Αντιγράφηκε",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Διαγραφή φακέλου;",
 	"Delete folder?": "Διαγραφή φακέλου;",
 	"Delete function?": "Διαγραφή λειτουργίας;",
 	"Delete function?": "Διαγραφή λειτουργίας;",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Διαγραφή προτροπής;",
 	"Delete prompt?": "Διαγραφή προτροπής;",
 	"delete this link": "διαγραφή αυτού του συνδέσμου",
 	"delete this link": "διαγραφή αυτού του συνδέσμου",
 	"Delete tool?": "Διαγραφή εργαλείου;",
 	"Delete tool?": "Διαγραφή εργαλείου;",
@@ -283,6 +289,7 @@
 	"Discover a model": "Ανακάλυψη μοντέλου",
 	"Discover a model": "Ανακάλυψη μοντέλου",
 	"Discover a prompt": "Ανακάλυψη προτροπής",
 	"Discover a prompt": "Ανακάλυψη προτροπής",
 	"Discover a tool": "Ανακάλυψη εργαλείου",
 	"Discover a tool": "Ανακάλυψη εργαλείου",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Ανακάλυψη θαυμάτων",
 	"Discover wonders": "Ανακάλυψη θαυμάτων",
 	"Discover, download, and explore custom functions": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες λειτουργίες",
 	"Discover, download, and explore custom functions": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες λειτουργίες",
 	"Discover, download, and explore custom prompts": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες προτροπές",
 	"Discover, download, and explore custom prompts": "Ανακαλύψτε, κατεβάστε και εξερευνήστε προσαρμοσμένες προτροπές",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Δεν σας αρέσει το στυλ",
 	"Don't like the style": "Δεν σας αρέσει το στυλ",
 	"Done": "Έτοιμο",
 	"Done": "Έτοιμο",
 	"Download": "Λήψη",
 	"Download": "Λήψη",
+	"Download as SVG": "",
 	"Download canceled": "Η λήψη ακυρώθηκε",
 	"Download canceled": "Η λήψη ακυρώθηκε",
 	"Download Database": "Λήψη Βάσης Δεδομένων",
 	"Download Database": "Λήψη Βάσης Δεδομένων",
 	"Drag and drop a file to upload or select a file to view": "Σύρετε και αφήστε ένα αρχείο για να το ανεβάσετε ή επιλέξτε ένα αρχείο για να το δείτε",
 	"Drag and drop a file to upload or select a file to view": "Σύρετε και αφήστε ένα αρχείο για να το ανεβάσετε ή επιλέξτε ένα αρχείο για να το δείτε",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Αποτυχία αποθήκευσης ρυθμίσεων μοντέλων",
 	"Failed to save models configuration": "Αποτυχία αποθήκευσης ρυθμίσεων μοντέλων",
 	"Failed to update settings": "Αποτυχία ενημέρωσης ρυθμίσεων",
 	"Failed to update settings": "Αποτυχία ενημέρωσης ρυθμίσεων",
 	"Failed to upload file.": "Αποτυχία ανεβάσματος αρχείου.",
 	"Failed to upload file.": "Αποτυχία ανεβάσματος αρχείου.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Φεβρουάριος",
 	"February": "Φεβρουάριος",
 	"Feedback History": "Ιστορικό Ανατροφοδότησης",
 	"Feedback History": "Ιστορικό Ανατροφοδότησης",
@@ -476,6 +485,7 @@
 	"Form": "Φόρμα",
 	"Form": "Φόρμα",
 	"Format your variables using brackets like this:": "Μορφοποιήστε τις μεταβλητές σας χρησιμοποιώντας αγκύλες όπως αυτό:",
 	"Format your variables using brackets like this:": "Μορφοποιήστε τις μεταβλητές σας χρησιμοποιώντας αγκύλες όπως αυτό:",
 	"Frequency Penalty": "Ποινή Συχνότητας",
 	"Frequency Penalty": "Ποινή Συχνότητας",
+	"Full Context Mode": "",
 	"Function": "Λειτουργία",
 	"Function": "Λειτουργία",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Η λειτουργία δημιουργήθηκε με επιτυχία",
 	"Function created successfully": "Η λειτουργία δημιουργήθηκε με επιτυχία",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Αφήστε κενό για να χρησιμοποιήσετε όλα τα μοντέλα ή επιλέξτε συγκεκριμένα μοντέλα",
 	"Leave empty to include all models or select specific models": "Αφήστε κενό για να χρησιμοποιήσετε όλα τα μοντέλα ή επιλέξτε συγκεκριμένα μοντέλα",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη προτροπή, ή εισάγετε μια προσαρμοσμένη προτροπή",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη προτροπή, ή εισάγετε μια προσαρμοσμένη προτροπή",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Φως",
 	"Light": "Φως",
 	"Listening...": "Ακούγεται...",
 	"Listening...": "Ακούγεται...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Θετική στάση",
 	"Positive attitude": "Θετική στάση",
 	"Prefix ID": "ID Προθέματος",
 	"Prefix ID": "ID Προθέματος",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Το ID Προθέματος χρησιμοποιείται για να αποφεύγονται συγκρούσεις με άλλες συνδέσεις προσθέτοντας ένα πρόθεμα στα IDs των μοντέλων - αφήστε κενό για απενεργοποίηση",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Το ID Προθέματος χρησιμοποιείται για να αποφεύγονται συγκρούσεις με άλλες συνδέσεις προσθέτοντας ένα πρόθεμα στα IDs των μοντέλων - αφήστε κενό για απενεργοποίηση",
+	"Presence Penalty": "",
 	"Previous 30 days": "Προηγούμενες 30 ημέρες",
 	"Previous 30 days": "Προηγούμενες 30 ημέρες",
 	"Previous 7 days": "Προηγούμενες 7 ημέρες",
 	"Previous 7 days": "Προηγούμενες 7 ημέρες",
 	"Profile Image": "Εικόνα Προφίλ",
 	"Profile Image": "Εικόνα Προφίλ",
@@ -795,6 +807,7 @@
 	"Rename": "Μετονομασία",
 	"Rename": "Μετονομασία",
 	"Reorder Models": "Επαναταξινόμηση Μοντέλων",
 	"Reorder Models": "Επαναταξινόμηση Μοντέλων",
 	"Repeat Last N": "Επανάληψη Τελευταίων N",
 	"Repeat Last N": "Επανάληψη Τελευταίων N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Λειτουργία Αιτήματος",
 	"Request Mode": "Λειτουργία Αιτήματος",
 	"Reranking Model": "Μοντέλο Επαναταξινόμησης",
 	"Reranking Model": "Μοντέλο Επαναταξινόμησης",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Ορισμός του αριθμού των νημάτων εργασίας που χρησιμοποιούνται για υπολογισμούς. Αυτή η επιλογή ελέγχει πόσα νήματα χρησιμοποιούνται για την επεξεργασία των εισερχόμενων αιτημάτων ταυτόχρονα. Η αύξηση αυτής της τιμής μπορεί να βελτιώσει την απόδοση σε εργασίες υψηλής συγχρονισμένης φόρτωσης αλλά μπορεί επίσης να καταναλώσει περισσότερους πόρους CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Ορισμός του αριθμού των νημάτων εργασίας που χρησιμοποιούνται για υπολογισμούς. Αυτή η επιλογή ελέγχει πόσα νήματα χρησιμοποιούνται για την επεξεργασία των εισερχόμενων αιτημάτων ταυτόχρονα. Η αύξηση αυτής της τιμής μπορεί να βελτιώσει την απόδοση σε εργασίες υψηλής συγχρονισμένης φόρτωσης αλλά μπορεί επίσης να καταναλώσει περισσότερους πόρους CPU.",
 	"Set Voice": "Ορισμός Φωνής",
 	"Set Voice": "Ορισμός Φωνής",
 	"Set whisper model": "Ορισμός μοντέλου whisper",
 	"Set whisper model": "Ορισμός μοντέλου whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Ορίζει πόσο πίσω θα κοιτάξει το μοντέλο για να αποτρέψει την επανάληψη. (Προεπιλογή: 64, 0 = απενεργοποιημένο, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Ορίζει πόσο πίσω θα κοιτάξει το μοντέλο για να αποτρέψει την επανάληψη. (Προεπιλογή: 64, 0 = απενεργοποιημένο, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Ορίζει πόσο δυνατά θα τιμωρηθούν οι επαναλήψεις. Μια υψηλότερη τιμή (π.χ., 1.5) θα τιμωρήσει τις επαναλήψεις πιο έντονα, ενώ μια χαμηλότερη τιμή (π.χ., 0.9) θα είναι πιο ευέλικτη. (Προεπιλογή: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Ορίζει τον τυχαίο σπόρο αριθμού που θα χρησιμοποιηθεί για τη δημιουργία. Ορισμός αυτού σε έναν συγκεκριμένο αριθμό θα κάνει το μοντέλο να δημιουργεί το ίδιο κείμενο για την ίδια προτροπή. (Προεπιλογή: τυχαίο)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Ορίζει τον τυχαίο σπόρο αριθμού που θα χρησιμοποιηθεί για τη δημιουργία. Ορισμός αυτού σε έναν συγκεκριμένο αριθμό θα κάνει το μοντέλο να δημιουργεί το ίδιο κείμενο για την ίδια προτροπή. (Προεπιλογή: τυχαίο)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Ορίζει το μέγεθος του παραθύρου πλαισίου που χρησιμοποιείται για τη δημιουργία του επόμενου token. (Προεπιλογή: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Ορίζει το μέγεθος του παραθύρου πλαισίου που χρησιμοποιείται για τη δημιουργία του επόμενου token. (Προεπιλογή: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Ορίζει τις σειρές παύσης που θα χρησιμοποιηθούν. Όταν εντοπιστεί αυτό το μοτίβο, το LLM θα σταματήσει να δημιουργεί κείμενο και θα επιστρέψει. Πολλαπλά μοτίβα παύσης μπορούν να οριστούν καθορίζοντας πολλαπλές ξεχωριστές παραμέτρους παύσης σε ένα αρχείο μοντέλου.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Ορίζει τις σειρές παύσης που θα χρησιμοποιηθούν. Όταν εντοπιστεί αυτό το μοτίβο, το LLM θα σταματήσει να δημιουργεί κείμενο και θα επιστρέψει. Πολλαπλά μοτίβα παύσης μπορούν να οριστούν καθορίζοντας πολλαπλές ξεχωριστές παραμέτρους παύσης σε ένα αρχείο μοντέλου.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Προτροπή Γενιάς Ετικετών",
 	"Tags Generation Prompt": "Προτροπή Γενιάς Ετικετών",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Η δειγματοληψία Tail free χρησιμοποιείται για να μειώσει την επίδραση των λιγότερο πιθανών tokens από την έξοδο. Μια υψηλότερη τιμή (π.χ., 2.0) θα μειώσει την επίδραση περισσότερο, ενώ μια τιμή 1.0 απενεργοποιεί αυτή τη ρύθμιση. (προεπιλογή: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Η δειγματοληψία Tail free χρησιμοποιείται για να μειώσει την επίδραση των λιγότερο πιθανών tokens από την έξοδο. Μια υψηλότερη τιμή (π.χ., 2.0) θα μειώσει την επίδραση περισσότερο, ενώ μια τιμή 1.0 απενεργοποιεί αυτή τη ρύθμιση. (προεπιλογή: 1)",
 	"Tap to interrupt": "Πατήστε για παύση",
 	"Tap to interrupt": "Πατήστε για παύση",
+	"Tasks": "",
 	"Tavily API Key": "Κλειδί API Tavily",
 	"Tavily API Key": "Κλειδί API Tavily",
 	"Tell us more:": "Πείτε μας περισσότερα:",
 	"Tell us more:": "Πείτε μας περισσότερα:",
 	"Temperature": "Temperature",
 	"Temperature": "Temperature",
@@ -1041,6 +1056,7 @@
 	"Updated": "Ενημερώθηκε",
 	"Updated": "Ενημερώθηκε",
 	"Updated at": "Ενημερώθηκε στις",
 	"Updated at": "Ενημερώθηκε στις",
 	"Updated At": "Ενημερώθηκε στις",
 	"Updated At": "Ενημερώθηκε στις",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Ανέβασμα",
 	"Upload": "Ανέβασμα",
 	"Upload a GGUF model": "Ανέβασμα μοντέλου GGUF",
 	"Upload a GGUF model": "Ανέβασμα μοντέλου GGUF",
 	"Upload directory": "Κατάλογος ανεβάσματος",
 	"Upload directory": "Κατάλογος ανεβάσματος",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Προειδοποίηση:",
 	"Warning:": "Προειδοποίηση:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Προειδοποίηση: Η ενεργοποίηση αυτού θα επιτρέψει στους χρήστες να ανεβάσουν αυθαίρετο κώδικα στον διακομιστή.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Προειδοποίηση: Η ενεργοποίηση αυτού θα επιτρέψει στους χρήστες να ανεβάσουν αυθαίρετο κώδικα στον διακομιστή.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Προειδοποίηση: Αν ενημερώσετε ή αλλάξετε το μοντέλο ενσωμάτωσής σας, θα χρειαστεί να επαναφέρετε όλα τα έγγραφα.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Προειδοποίηση: Αν ενημερώσετε ή αλλάξετε το μοντέλο ενσωμάτωσής σας, θα χρειαστεί να επαναφέρετε όλα τα έγγραφα.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Διαδίκτυο",
 	"Web": "Διαδίκτυο",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Ρυθμίσεις Φόρτωσης Web",
 	"Web Loader Settings": "Ρυθμίσεις Φόρτωσης Web",

+ 18 - 1
src/lib/i18n/locales/en-GB/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "",
 	"Accurate information": "",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "",
 	"Add": "",
@@ -99,6 +100,7 @@
 	"Audio": "",
 	"Audio": "",
 	"August": "",
 	"August": "",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-playback response": "",
 	"Auto-playback response": "",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "",
 	"Close": "",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "",
 	"delete this link": "",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "",
 	"Discover a model": "",
 	"Discover a prompt": "",
 	"Discover a prompt": "",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "",
 	"Discover, download, and explore custom prompts": "",
@@ -307,6 +314,7 @@
 	"Don't like the style": "",
 	"Don't like the style": "",
 	"Done": "",
 	"Done": "",
 	"Download": "",
 	"Download": "",
+	"Download as SVG": "",
 	"Download canceled": "",
 	"Download canceled": "",
 	"Download Database": "",
 	"Download Database": "",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "",
 	"February": "",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "",
 	"Frequency Penalty": "",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "",
 	"Light": "",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "",
 	"Positive attitude": "",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "",
 	"Previous 30 days": "",
 	"Previous 7 days": "",
 	"Previous 7 days": "",
 	"Profile Image": "",
 	"Profile Image": "",
@@ -795,6 +807,7 @@
 	"Rename": "",
 	"Rename": "",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "",
 	"Repeat Last N": "",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "",
 	"Request Mode": "",
 	"Reranking Model": "",
 	"Reranking Model": "",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "",
 	"Set Voice": "",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "",
 	"Tell us more:": "",
 	"Temperature": "",
 	"Temperature": "",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "",
 	"Web": "",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "",
 	"Web Loader Settings": "",

+ 16 - 1
src/lib/i18n/locales/en-US/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "",
 	"Accurate information": "",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "",
 	"Add": "",
@@ -99,6 +100,7 @@
 	"Audio": "",
 	"Audio": "",
 	"August": "",
 	"August": "",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-playback response": "",
 	"Auto-playback response": "",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "",
 	"Close": "",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "",
 	"delete this link": "",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "",
 	"Discover a model": "",
 	"Discover a prompt": "",
 	"Discover a prompt": "",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "",
 	"Discover, download, and explore custom prompts": "",
@@ -307,6 +314,7 @@
 	"Don't like the style": "",
 	"Don't like the style": "",
 	"Done": "",
 	"Done": "",
 	"Download": "",
 	"Download": "",
+	"Download as SVG": "",
 	"Download canceled": "",
 	"Download canceled": "",
 	"Download Database": "",
 	"Download Database": "",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "",
 	"February": "",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "",
 	"Frequency Penalty": "",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "",
 	"Light": "",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -893,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "",
 	"Set Voice": "",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -940,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "",
 	"Tell us more:": "",
 	"Temperature": "",
 	"Temperature": "",
@@ -1043,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1081,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "",
 	"Web": "",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "",
 	"Web Loader Settings": "",

+ 18 - 1
src/lib/i18n/locales/es-ES/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Activación de cuenta pendiente",
 	"Account Activation Pending": "Activación de cuenta pendiente",
 	"Accurate information": "Información precisa",
 	"Accurate information": "Información precisa",
 	"Actions": "Acciones",
 	"Actions": "Acciones",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Active este comando escribiendo \"/{{COMMAND}}\" en el chat",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Active este comando escribiendo \"/{{COMMAND}}\" en el chat",
 	"Active Users": "Usuarios activos",
 	"Active Users": "Usuarios activos",
 	"Add": "Agregar",
 	"Add": "Agregar",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Agosto",
 	"August": "Agosto",
 	"Authenticate": "Autenticar",
 	"Authenticate": "Autenticar",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copiar respuesta automáticamente al portapapeles",
 	"Auto-Copy Response to Clipboard": "Copiar respuesta automáticamente al portapapeles",
 	"Auto-playback response": "Respuesta de reproducción automática",
 	"Auto-playback response": "Respuesta de reproducción automática",
 	"Autocomplete Generation": "Generación de autocompletado",
 	"Autocomplete Generation": "Generación de autocompletado",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "Clon de {{TITLE}}",
 	"Clone of {{TITLE}}": "Clon de {{TITLE}}",
 	"Close": "Cerrar",
 	"Close": "Cerrar",
 	"Code execution": "Ejecución de código",
 	"Code execution": "Ejecución de código",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Se ha formateado correctamente el código.",
 	"Code formatted successfully": "Se ha formateado correctamente el código.",
 	"Code Interpreter": "Interprete de Código",
 	"Code Interpreter": "Interprete de Código",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Continuar con email",
 	"Continue with Email": "Continuar con email",
 	"Continue with LDAP": "Continuar con LDAP",
 	"Continue with LDAP": "Continuar con LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar como el texto del mensaje se divide para las solicitudes de TTS. 'Punctuation' divide en oraciones, 'paragraphs' divide en párrafos y 'none' mantiene el mensaje como una sola cadena.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar como el texto del mensaje se divide para las solicitudes de TTS. 'Punctuation' divide en oraciones, 'paragraphs' divide en párrafos y 'none' mantiene el mensaje como una sola cadena.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Controles",
 	"Controls": "Controles",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": " Controlar el equilibrio entre la coherencia y la diversidad de la salida. Un valor más bajo resultará en un texto más enfocado y coherente. (Por defecto: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": " Controlar el equilibrio entre la coherencia y la diversidad de la salida. Un valor más bajo resultará en un texto más enfocado y coherente. (Por defecto: 5.0)",
 	"Copied": "Copiado",
 	"Copied": "Copiado",
@@ -265,6 +270,7 @@
 	"Delete folder?": "¿Eliminar carpeta?",
 	"Delete folder?": "¿Eliminar carpeta?",
 	"Delete function?": "Borrar la función?",
 	"Delete function?": "Borrar la función?",
 	"Delete Message": "Eliminar mensaje",
 	"Delete Message": "Eliminar mensaje",
+	"Delete message?": "",
 	"Delete prompt?": "Borrar el prompt?",
 	"Delete prompt?": "Borrar el prompt?",
 	"delete this link": "Borrar este enlace",
 	"delete this link": "Borrar este enlace",
 	"Delete tool?": "Borrar la herramienta",
 	"Delete tool?": "Borrar la herramienta",
@@ -283,6 +289,7 @@
 	"Discover a model": "Descubrir un modelo",
 	"Discover a model": "Descubrir un modelo",
 	"Discover a prompt": "Descubre un Prompt",
 	"Discover a prompt": "Descubre un Prompt",
 	"Discover a tool": "Descubre una herramienta",
 	"Discover a tool": "Descubre una herramienta",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Descubre maravillas",
 	"Discover wonders": "Descubre maravillas",
 	"Discover, download, and explore custom functions": "Descubre, descarga y explora funciones personalizadas",
 	"Discover, download, and explore custom functions": "Descubre, descarga y explora funciones personalizadas",
 	"Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados",
 	"Discover, download, and explore custom prompts": "Descubre, descarga, y explora Prompts personalizados",
@@ -307,6 +314,7 @@
 	"Don't like the style": "No te gusta el estilo?",
 	"Don't like the style": "No te gusta el estilo?",
 	"Done": "Hecho",
 	"Done": "Hecho",
 	"Download": "Descargar",
 	"Download": "Descargar",
+	"Download as SVG": "",
 	"Download canceled": "Descarga cancelada",
 	"Download canceled": "Descarga cancelada",
 	"Download Database": "Descarga la Base de Datos",
 	"Download Database": "Descarga la Base de Datos",
 	"Drag and drop a file to upload or select a file to view": "Arrastra y suelta un archivo para subirlo o selecciona un archivo para verlo",
 	"Drag and drop a file to upload or select a file to view": "Arrastra y suelta un archivo para subirlo o selecciona un archivo para verlo",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "No se pudo guardar la configuración de los modelos",
 	"Failed to save models configuration": "No se pudo guardar la configuración de los modelos",
 	"Failed to update settings": "Falla al actualizar los ajustes",
 	"Failed to update settings": "Falla al actualizar los ajustes",
 	"Failed to upload file.": "Falla al subir el archivo.",
 	"Failed to upload file.": "Falla al subir el archivo.",
+	"Features": "",
 	"Features Permissions": "Permisos de características",
 	"Features Permissions": "Permisos de características",
 	"February": "Febrero",
 	"February": "Febrero",
 	"Feedback History": "Historial de retroalimentación",
 	"Feedback History": "Historial de retroalimentación",
@@ -476,6 +485,7 @@
 	"Form": "De",
 	"Form": "De",
 	"Format your variables using brackets like this:": "Formatea tus variables usando corchetes así:",
 	"Format your variables using brackets like this:": "Formatea tus variables usando corchetes así:",
 	"Frequency Penalty": "Penalización de frecuencia",
 	"Frequency Penalty": "Penalización de frecuencia",
+	"Full Context Mode": "",
 	"Function": "Función",
 	"Function": "Función",
 	"Function Calling": "Llamada de función",
 	"Function Calling": "Llamada de función",
 	"Function created successfully": "Función creada exitosamente",
 	"Function created successfully": "Función creada exitosamente",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Deje vacío para incluir todos los modelos o seleccione modelos específicos",
 	"Leave empty to include all models or select specific models": "Deje vacío para incluir todos los modelos o seleccione modelos específicos",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deje vacío para usar el prompt predeterminado, o ingrese un prompt personalizado",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deje vacío para usar el prompt predeterminado, o ingrese un prompt personalizado",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Claro",
 	"Light": "Claro",
 	"Listening...": "Escuchando...",
 	"Listening...": "Escuchando...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Actitud positiva",
 	"Positive attitude": "Actitud positiva",
 	"Prefix ID": "ID de prefijo",
 	"Prefix ID": "ID de prefijo",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "El ID de prefijo se utiliza para evitar conflictos con otras conexiones añadiendo un prefijo a los IDs de los modelos - deje vacío para deshabilitar",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "El ID de prefijo se utiliza para evitar conflictos con otras conexiones añadiendo un prefijo a los IDs de los modelos - deje vacío para deshabilitar",
+	"Presence Penalty": "",
 	"Previous 30 days": "Últimos 30 días",
 	"Previous 30 days": "Últimos 30 días",
 	"Previous 7 days": "Últimos 7 días",
 	"Previous 7 days": "Últimos 7 días",
 	"Profile Image": "Imagen de perfil",
 	"Profile Image": "Imagen de perfil",
@@ -795,6 +807,7 @@
 	"Rename": "Renombrar",
 	"Rename": "Renombrar",
 	"Reorder Models": "Reordenar modelos",
 	"Reorder Models": "Reordenar modelos",
 	"Repeat Last N": "Repetir las últimas N",
 	"Repeat Last N": "Repetir las últimas N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Responder en el hilo",
 	"Reply in Thread": "Responder en el hilo",
 	"Request Mode": "Modo de petición",
 	"Request Mode": "Modo de petición",
 	"Reranking Model": "Modelo de reranking",
 	"Reranking Model": "Modelo de reranking",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establece el número de hilos de trabajo utilizados para el cálculo. Esta opción controla cuántos hilos se utilizan para procesar las solicitudes entrantes simultáneamente. Aumentar este valor puede mejorar el rendimiento bajo cargas de trabajo de alta concurrencia, pero también puede consumir más recursos de CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Establece el número de hilos de trabajo utilizados para el cálculo. Esta opción controla cuántos hilos se utilizan para procesar las solicitudes entrantes simultáneamente. Aumentar este valor puede mejorar el rendimiento bajo cargas de trabajo de alta concurrencia, pero también puede consumir más recursos de CPU.",
 	"Set Voice": "Establecer la voz",
 	"Set Voice": "Establecer la voz",
 	"Set whisper model": "Establecer modelo de whisper",
 	"Set whisper model": "Establecer modelo de whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establece cuán lejos atrás debe mirar el modelo para evitar la repetición. (Predeterminado: 64, 0 = deshabilitado, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Establece cuán lejos atrás debe mirar el modelo para evitar la repetición. (Predeterminado: 64, 0 = deshabilitado, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Establece cuán fuertemente penalizar las repeticiones. Un valor más alto (p.ej., 1.5) penalizará más fuertemente las repeticiones, mientras que un valor más bajo (p.ej., 0.9) será más permisivo. (Predeterminado: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Establece la semilla de número aleatorio a usar para la generación. Establecer esto en un número específico hará que el modelo genere el mismo texto para el mismo prompt. (Predeterminado: aleatorio)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Establece la semilla de número aleatorio a usar para la generación. Establecer esto en un número específico hará que el modelo genere el mismo texto para el mismo prompt. (Predeterminado: aleatorio)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Establece el tamaño de la ventana de contexto utilizada para generar el siguiente token. (Predeterminado: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Establece el tamaño de la ventana de contexto utilizada para generar el siguiente token. (Predeterminado: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establece las secuencias de parada a usar. Cuando se encuentre este patrón, el LLM dejará de generar texto y devolverá. Se pueden establecer varios patrones de parada especificando múltiples parámetros de parada separados en un archivo de modelo.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Establece las secuencias de parada a usar. Cuando se encuentre este patrón, el LLM dejará de generar texto y devolverá. Se pueden establecer varios patrones de parada especificando múltiples parámetros de parada separados en un archivo de modelo.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt de generación de etiquetas",
 	"Tags Generation Prompt": "Prompt de generación de etiquetas",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "El muestreo libre de cola se utiliza para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej., 2.0) reducirá el impacto más, mientras que un valor de 1.0 deshabilitará esta configuración. (predeterminado: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "El muestreo libre de cola se utiliza para reducir el impacto de los tokens menos probables en la salida. Un valor más alto (p.ej., 2.0) reducirá el impacto más, mientras que un valor de 1.0 deshabilitará esta configuración. (predeterminado: 1)",
 	"Tap to interrupt": "Toca para interrumpir",
 	"Tap to interrupt": "Toca para interrumpir",
+	"Tasks": "",
 	"Tavily API Key": "Clave API de Tavily",
 	"Tavily API Key": "Clave API de Tavily",
 	"Tell us more:": "Dinos más:",
 	"Tell us more:": "Dinos más:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "Actualizado",
 	"Updated": "Actualizado",
 	"Updated at": "Actualizado en",
 	"Updated at": "Actualizado en",
 	"Updated At": "Actualizado en",
 	"Updated At": "Actualizado en",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Subir",
 	"Upload": "Subir",
 	"Upload a GGUF model": "Subir un modelo GGUF",
 	"Upload a GGUF model": "Subir un modelo GGUF",
 	"Upload directory": "Directorio de carga",
 	"Upload directory": "Directorio de carga",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Advertencia:",
 	"Warning:": "Advertencia:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Advertencia: Habilitar esto permitirá a los usuarios subir código arbitrario en el servidor.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Advertencia: Habilitar esto permitirá a los usuarios subir código arbitrario en el servidor.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advertencia: Si actualiza o cambia su modelo de inserción, necesitará volver a importar todos los documentos.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advertencia: Si actualiza o cambia su modelo de inserción, necesitará volver a importar todos los documentos.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Configuración del cargador web",
 	"Web Loader Settings": "Configuración del cargador web",

+ 18 - 1
src/lib/i18n/locales/eu-ES/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Kontuaren Aktibazioa Zain",
 	"Account Activation Pending": "Kontuaren Aktibazioa Zain",
 	"Accurate information": "Informazio zehatza",
 	"Accurate information": "Informazio zehatza",
 	"Actions": "Ekintzak",
 	"Actions": "Ekintzak",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" idatziz aktibatu komando hau txataren sarreran.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "\"/{{COMMAND}}\" idatziz aktibatu komando hau txataren sarreran.",
 	"Active Users": "Erabiltzaile Aktiboak",
 	"Active Users": "Erabiltzaile Aktiboak",
 	"Add": "Gehitu",
 	"Add": "Gehitu",
@@ -99,6 +100,7 @@
 	"Audio": "Audioa",
 	"Audio": "Audioa",
 	"August": "Abuztua",
 	"August": "Abuztua",
 	"Authenticate": "Autentifikatu",
 	"Authenticate": "Autentifikatu",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatikoki Kopiatu Erantzuna Arbelera",
 	"Auto-Copy Response to Clipboard": "Automatikoki Kopiatu Erantzuna Arbelera",
 	"Auto-playback response": "Automatikoki erreproduzitu erantzuna",
 	"Auto-playback response": "Automatikoki erreproduzitu erantzuna",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Itxi",
 	"Close": "Itxi",
 	"Code execution": "Kodearen exekuzioa",
 	"Code execution": "Kodearen exekuzioa",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kodea ongi formateatu da",
 	"Code formatted successfully": "Kodea ongi formateatu da",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Jarraitu Posta Elektronikoarekin",
 	"Continue with Email": "Jarraitu Posta Elektronikoarekin",
 	"Continue with LDAP": "Jarraitu LDAP-rekin",
 	"Continue with LDAP": "Jarraitu LDAP-rekin",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrolatu nola banatzen den mezuaren testua TTS eskaeretarako. 'Puntuazioa'-k esaldietan banatzen du, 'paragrafoak'-k paragrafoetan, eta 'bat ere ez'-ek mezua kate bakar gisa mantentzen du.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrolatu nola banatzen den mezuaren testua TTS eskaeretarako. 'Puntuazioa'-k esaldietan banatzen du, 'paragrafoak'-k paragrafoetan, eta 'bat ere ez'-ek mezua kate bakar gisa mantentzen du.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Kontrolak",
 	"Controls": "Kontrolak",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Irteeraren koherentzia eta aniztasunaren arteko oreka kontrolatzen du. Balio txikiagoak testu zentratuagoa eta koherenteagoa emango du. (Lehenetsia: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Irteeraren koherentzia eta aniztasunaren arteko oreka kontrolatzen du. Balio txikiagoak testu zentratuagoa eta koherenteagoa emango du. (Lehenetsia: 5.0)",
 	"Copied": "Kopiatuta",
 	"Copied": "Kopiatuta",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Ezabatu karpeta?",
 	"Delete folder?": "Ezabatu karpeta?",
 	"Delete function?": "Ezabatu funtzioa?",
 	"Delete function?": "Ezabatu funtzioa?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Ezabatu prompta?",
 	"Delete prompt?": "Ezabatu prompta?",
 	"delete this link": "ezabatu esteka hau",
 	"delete this link": "ezabatu esteka hau",
 	"Delete tool?": "Ezabatu tresna?",
 	"Delete tool?": "Ezabatu tresna?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Aurkitu eredu bat",
 	"Discover a model": "Aurkitu eredu bat",
 	"Discover a prompt": "Aurkitu prompt bat",
 	"Discover a prompt": "Aurkitu prompt bat",
 	"Discover a tool": "Aurkitu tresna bat",
 	"Discover a tool": "Aurkitu tresna bat",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Aurkitu mirariak",
 	"Discover wonders": "Aurkitu mirariak",
 	"Discover, download, and explore custom functions": "Aurkitu, deskargatu eta esploratu funtzio pertsonalizatuak",
 	"Discover, download, and explore custom functions": "Aurkitu, deskargatu eta esploratu funtzio pertsonalizatuak",
 	"Discover, download, and explore custom prompts": "Aurkitu, deskargatu eta esploratu prompt pertsonalizatuak",
 	"Discover, download, and explore custom prompts": "Aurkitu, deskargatu eta esploratu prompt pertsonalizatuak",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Ez zaizu estiloa gustatzen?",
 	"Don't like the style": "Ez zaizu estiloa gustatzen?",
 	"Done": "Eginda",
 	"Done": "Eginda",
 	"Download": "Deskargatu",
 	"Download": "Deskargatu",
+	"Download as SVG": "",
 	"Download canceled": "Deskarga bertan behera utzi da",
 	"Download canceled": "Deskarga bertan behera utzi da",
 	"Download Database": "Deskargatu Datu-basea",
 	"Download Database": "Deskargatu Datu-basea",
 	"Drag and drop a file to upload or select a file to view": "Arrastatu eta jaregin fitxategi bat igotzeko edo hautatu fitxategi bat ikusteko",
 	"Drag and drop a file to upload or select a file to view": "Arrastatu eta jaregin fitxategi bat igotzeko edo hautatu fitxategi bat ikusteko",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Huts egin du ereduen konfigurazioa gordetzean",
 	"Failed to save models configuration": "Huts egin du ereduen konfigurazioa gordetzean",
 	"Failed to update settings": "Huts egin du ezarpenak eguneratzean",
 	"Failed to update settings": "Huts egin du ezarpenak eguneratzean",
 	"Failed to upload file.": "Huts egin du fitxategia igotzean.",
 	"Failed to upload file.": "Huts egin du fitxategia igotzean.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Otsaila",
 	"February": "Otsaila",
 	"Feedback History": "Feedbacken Historia",
 	"Feedback History": "Feedbacken Historia",
@@ -476,6 +485,7 @@
 	"Form": "Inprimakia",
 	"Form": "Inprimakia",
 	"Format your variables using brackets like this:": "Formateatu zure aldagaiak kortxeteak erabiliz honela:",
 	"Format your variables using brackets like this:": "Formateatu zure aldagaiak kortxeteak erabiliz honela:",
 	"Frequency Penalty": "Maiztasun Zigorra",
 	"Frequency Penalty": "Maiztasun Zigorra",
+	"Full Context Mode": "",
 	"Function": "Funtzioa",
 	"Function": "Funtzioa",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funtzioa ongi sortu da",
 	"Function created successfully": "Funtzioa ongi sortu da",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Utzi hutsik eredu guztiak sartzeko edo hautatu eredu zehatzak",
 	"Leave empty to include all models or select specific models": "Utzi hutsik eredu guztiak sartzeko edo hautatu eredu zehatzak",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Utzi hutsik prompt lehenetsia erabiltzeko, edo sartu prompt pertsonalizatu bat",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Utzi hutsik prompt lehenetsia erabiltzeko, edo sartu prompt pertsonalizatu bat",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Argia",
 	"Light": "Argia",
 	"Listening...": "Entzuten...",
 	"Listening...": "Entzuten...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Jarrera positiboa",
 	"Positive attitude": "Jarrera positiboa",
 	"Prefix ID": "Aurrizki ID",
 	"Prefix ID": "Aurrizki ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Aurrizki IDa erabiltzen da beste konexioekin gatazkak saihesteko modelo IDei aurrizki bat gehituz - utzi hutsik desgaitzeko",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Aurrizki IDa erabiltzen da beste konexioekin gatazkak saihesteko modelo IDei aurrizki bat gehituz - utzi hutsik desgaitzeko",
+	"Presence Penalty": "",
 	"Previous 30 days": "Aurreko 30 egunak",
 	"Previous 30 days": "Aurreko 30 egunak",
 	"Previous 7 days": "Aurreko 7 egunak",
 	"Previous 7 days": "Aurreko 7 egunak",
 	"Profile Image": "Profil irudia",
 	"Profile Image": "Profil irudia",
@@ -795,6 +807,7 @@
 	"Rename": "Berrizendatu",
 	"Rename": "Berrizendatu",
 	"Reorder Models": "Berrantolatu modeloak",
 	"Reorder Models": "Berrantolatu modeloak",
 	"Repeat Last N": "Errepikatu azken N",
 	"Repeat Last N": "Errepikatu azken N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Eskaera modua",
 	"Request Mode": "Eskaera modua",
 	"Reranking Model": "Berrantolatze modeloa",
 	"Reranking Model": "Berrantolatze modeloa",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Ezarri kalkulurako erabilitako langile harien kopurua. Aukera honek kontrolatzen du zenbat hari erabiltzen diren sarrerako eskaerak aldi berean prozesatzeko. Balio hau handitzeak errendimendua hobetu dezake konkurrentzia altuko lan-kargetan, baina CPU baliabide gehiago kontsumitu ditzake.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Ezarri kalkulurako erabilitako langile harien kopurua. Aukera honek kontrolatzen du zenbat hari erabiltzen diren sarrerako eskaerak aldi berean prozesatzeko. Balio hau handitzeak errendimendua hobetu dezake konkurrentzia altuko lan-kargetan, baina CPU baliabide gehiago kontsumitu ditzake.",
 	"Set Voice": "Ezarri ahotsa",
 	"Set Voice": "Ezarri ahotsa",
 	"Set whisper model": "Ezarri whisper modeloa",
 	"Set whisper model": "Ezarri whisper modeloa",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Ezartzen du modeloak zenbat atzera begiratu behar duen errepikapenak saihesteko. (Lehenetsia: 64, 0 = desgaituta, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Ezartzen du modeloak zenbat atzera begiratu behar duen errepikapenak saihesteko. (Lehenetsia: 64, 0 = desgaituta, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Ezartzen du zenbateraino zigortu behar diren errepikapenak. Balio altuago batek (adib., 1.5) errepikapenak gogorrago zigortuko ditu, balio baxuago batek (adib., 0.9) malguagoa izango den bitartean. (Lehenetsia: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Ezartzen du sorkuntzarako erabiliko den ausazko zenbakien hazia. Hau zenbaki zehatz batera ezartzeak modeloak testu bera sortzea eragingo du prompt bererako. (Lehenetsia: ausazkoa)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Ezartzen du sorkuntzarako erabiliko den ausazko zenbakien hazia. Hau zenbaki zehatz batera ezartzeak modeloak testu bera sortzea eragingo du prompt bererako. (Lehenetsia: ausazkoa)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Ezartzen du hurrengo tokena sortzeko erabilitako testuinguru leihoaren tamaina. (Lehenetsia: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Ezartzen du hurrengo tokena sortzeko erabilitako testuinguru leihoaren tamaina. (Lehenetsia: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Ezartzen ditu erabiliko diren gelditzeko sekuentziak. Patroi hau aurkitzen denean, LLMak testua sortzeari utziko dio eta itzuli egingo da. Gelditzeko patroi anitz ezar daitezke modelfile batean gelditzeko parametro anitz zehaztuz.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Ezartzen ditu erabiliko diren gelditzeko sekuentziak. Patroi hau aurkitzen denean, LLMak testua sortzeari utziko dio eta itzuli egingo da. Gelditzeko patroi anitz ezar daitezke modelfile batean gelditzeko parametro anitz zehaztuz.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Etiketa sortzeko prompta",
 	"Tags Generation Prompt": "Etiketa sortzeko prompta",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Isats-libre laginketa erabiltzen da irteran probabilitate txikiagoko tokenen eragina murrizteko. Balio altuago batek (adib., 2.0) eragina gehiago murriztuko du, 1.0 balioak ezarpen hau desgaitzen duen bitartean. (lehenetsia: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Isats-libre laginketa erabiltzen da irteran probabilitate txikiagoko tokenen eragina murrizteko. Balio altuago batek (adib., 2.0) eragina gehiago murriztuko du, 1.0 balioak ezarpen hau desgaitzen duen bitartean. (lehenetsia: 1)",
 	"Tap to interrupt": "Ukitu eteteko",
 	"Tap to interrupt": "Ukitu eteteko",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API gakoa",
 	"Tavily API Key": "Tavily API gakoa",
 	"Tell us more:": "Kontatu gehiago:",
 	"Tell us more:": "Kontatu gehiago:",
 	"Temperature": "Tenperatura",
 	"Temperature": "Tenperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "Eguneratuta",
 	"Updated": "Eguneratuta",
 	"Updated at": "Noiz eguneratuta",
 	"Updated at": "Noiz eguneratuta",
 	"Updated At": "Noiz eguneratuta",
 	"Updated At": "Noiz eguneratuta",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Kargatu",
 	"Upload": "Kargatu",
 	"Upload a GGUF model": "Kargatu GGUF modelo bat",
 	"Upload a GGUF model": "Kargatu GGUF modelo bat",
 	"Upload directory": "Karga direktorioa",
 	"Upload directory": "Karga direktorioa",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Abisua:",
 	"Warning:": "Abisua:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Abisua: Hau gaitzeak erabiltzaileei zerbitzarian kode arbitrarioa kargatzea ahalbidetuko die.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Abisua: Hau gaitzeak erabiltzaileei zerbitzarian kode arbitrarioa kargatzea ahalbidetuko die.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Abisua: Zure txertatze modeloa eguneratu edo aldatzen baduzu, dokumentu guztiak berriz inportatu beharko dituzu.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Abisua: Zure txertatze modeloa eguneratu edo aldatzen baduzu, dokumentu guztiak berriz inportatu beharko dituzu.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Weba",
 	"Web": "Weba",
 	"Web API": "Web APIa",
 	"Web API": "Web APIa",
 	"Web Loader Settings": "Web kargatzailearen ezarpenak",
 	"Web Loader Settings": "Web kargatzailearen ezarpenak",

+ 18 - 1
src/lib/i18n/locales/fa-IR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار",
 	"Account Activation Pending": "فعال\u200cسازی حساب در حال انتظار",
 	"Accurate information": "اطلاعات دقیق",
 	"Accurate information": "اطلاعات دقیق",
 	"Actions": "کنش\u200cها",
 	"Actions": "کنش\u200cها",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "کاربران فعال",
 	"Active Users": "کاربران فعال",
 	"Add": "اضافه کردن",
 	"Add": "اضافه کردن",
@@ -99,6 +100,7 @@
 	"Audio": "صدا",
 	"Audio": "صدا",
 	"August": "آگوست",
 	"August": "آگوست",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
 	"Auto-Copy Response to Clipboard": "کپی خودکار پاسخ به کلیپ بورد",
 	"Auto-playback response": "پخش خودکار پاسخ",
 	"Auto-playback response": "پخش خودکار پاسخ",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "بسته",
 	"Close": "بسته",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "کنترل\u200cها",
 	"Controls": "کنترل\u200cها",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "کپی شد",
 	"Copied": "کپی شد",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "حذف این لینک",
 	"delete this link": "حذف این لینک",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "کشف یک مدل",
 	"Discover a model": "کشف یک مدل",
 	"Discover a prompt": "یک اعلان را کشف کنید",
 	"Discover a prompt": "یک اعلان را کشف کنید",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید",
 	"Discover, download, and explore custom prompts": "پرامپت\u200cهای سفارشی را کشف، دانلود و کاوش کنید",
@@ -307,6 +314,7 @@
 	"Don't like the style": "نظری ندارید؟",
 	"Don't like the style": "نظری ندارید؟",
 	"Done": "",
 	"Done": "",
 	"Download": "دانلود کن",
 	"Download": "دانلود کن",
+	"Download as SVG": "",
 	"Download canceled": "دانلود لغو شد",
 	"Download canceled": "دانلود لغو شد",
 	"Download Database": "دانلود پایگاه داده",
 	"Download Database": "دانلود پایگاه داده",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "خطا در به\u200cروزرسانی تنظیمات",
 	"Failed to update settings": "خطا در به\u200cروزرسانی تنظیمات",
 	"Failed to upload file.": "خطا در بارگذاری پرونده",
 	"Failed to upload file.": "خطا در بارگذاری پرونده",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "فوریه",
 	"February": "فوریه",
 	"Feedback History": "تاریخچهٔ بازخورد",
 	"Feedback History": "تاریخچهٔ بازخورد",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "مجازات فرکانس",
 	"Frequency Penalty": "مجازات فرکانس",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "روشن",
 	"Light": "روشن",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "نظرات مثبت",
 	"Positive attitude": "نظرات مثبت",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 روز قبل",
 	"Previous 30 days": "30 روز قبل",
 	"Previous 7 days": "7 روز قبل",
 	"Previous 7 days": "7 روز قبل",
 	"Profile Image": "تصویر پروفایل",
 	"Profile Image": "تصویر پروفایل",
@@ -795,6 +807,7 @@
 	"Rename": "تغییر نام",
 	"Rename": "تغییر نام",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repeat Last N",
 	"Repeat Last N": "Repeat Last N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "حالت درخواست",
 	"Request Mode": "حالت درخواست",
 	"Reranking Model": "مدل ری\u200cشناسی مجدد غیرفعال است",
 	"Reranking Model": "مدل ری\u200cشناسی مجدد غیرفعال است",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "تنظیم صدا",
 	"Set Voice": "تنظیم صدا",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "بیشتر بگویید:",
 	"Tell us more:": "بیشتر بگویید:",
 	"Temperature": "دما",
 	"Temperature": "دما",
@@ -1041,6 +1056,7 @@
 	"Updated": "بارگذاری شد",
 	"Updated": "بارگذاری شد",
 	"Updated at": "بارگذاری در",
 	"Updated at": "بارگذاری در",
 	"Updated At": "بارگذاری در",
 	"Updated At": "بارگذاری در",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "بارگذاری",
 	"Upload": "بارگذاری",
 	"Upload a GGUF model": "آپلود یک مدل GGUF",
 	"Upload a GGUF model": "آپلود یک مدل GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "هشدار",
 	"Warning:": "هشدار",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "هشدار: اگر شما به روز کنید یا تغییر دهید مدل شما، باید تمام سند ها را مجددا وارد کنید.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "هشدار: اگر شما به روز کنید یا تغییر دهید مدل شما، باید تمام سند ها را مجددا وارد کنید.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "وب",
 	"Web": "وب",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "تنظیمات لودر وب",
 	"Web Loader Settings": "تنظیمات لودر وب",

+ 18 - 1
src/lib/i18n/locales/fi-FI/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Tilin aktivointi odottaa",
 	"Account Activation Pending": "Tilin aktivointi odottaa",
 	"Accurate information": "Tarkkaa tietoa",
 	"Accurate information": "Tarkkaa tietoa",
 	"Actions": "Toiminnot",
 	"Actions": "Toiminnot",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivoi tämä komento kirjoittamalla \"/{{COMMAND}}\" chat-syötteeseen.",
 	"Active Users": "Aktiiviset käyttäjät",
 	"Active Users": "Aktiiviset käyttäjät",
 	"Add": "Lisää",
 	"Add": "Lisää",
@@ -99,6 +100,7 @@
 	"Audio": "Ääni",
 	"Audio": "Ääni",
 	"August": "elokuu",
 	"August": "elokuu",
 	"Authenticate": "Todentaa",
 	"Authenticate": "Todentaa",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle",
 	"Auto-Copy Response to Clipboard": "Kopioi vastaus automaattisesti leikepöydälle",
 	"Auto-playback response": "Soita vastaus automaattisesti",
 	"Auto-playback response": "Soita vastaus automaattisesti",
 	"Autocomplete Generation": "Automaattisen täydennyksen luonti",
 	"Autocomplete Generation": "Automaattisen täydennyksen luonti",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "{{TITLE}} klooni",
 	"Clone of {{TITLE}}": "{{TITLE}} klooni",
 	"Close": "Sulje",
 	"Close": "Sulje",
 	"Code execution": "Koodin suorittaminen",
 	"Code execution": "Koodin suorittaminen",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Koodin muotoilu onnistui",
 	"Code formatted successfully": "Koodin muotoilu onnistui",
 	"Code Interpreter": "Ohjelmatulkki",
 	"Code Interpreter": "Ohjelmatulkki",
 	"Code Interpreter Engine": "Ohjelmatulkin moottori",
 	"Code Interpreter Engine": "Ohjelmatulkin moottori",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Jatka sähköpostilla",
 	"Continue with Email": "Jatka sähköpostilla",
 	"Continue with LDAP": "Jatka LDAP:illa",
 	"Continue with LDAP": "Jatka LDAP:illa",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Säädä, miten viestin teksti jaetaan puhesynteesipyyntöjä varten. 'Välimerkit' jakaa lauseisiin, 'kappaleet' jakaa kappaleisiin ja 'ei mitään' pitää viestin yhtenä merkkijonona.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Säädä, miten viestin teksti jaetaan puhesynteesipyyntöjä varten. 'Välimerkit' jakaa lauseisiin, 'kappaleet' jakaa kappaleisiin ja 'ei mitään' pitää viestin yhtenä merkkijonona.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Ohjaimet",
 	"Controls": "Ohjaimet",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Säätelee tulosteen yhtenäisyyden ja monimuotoisuuden välistä tasapainoa. Alhaisempi arvo tuottaa keskittyneempää ja yhtenäisempää tekstiä. (Oletus: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Säätelee tulosteen yhtenäisyyden ja monimuotoisuuden välistä tasapainoa. Alhaisempi arvo tuottaa keskittyneempää ja yhtenäisempää tekstiä. (Oletus: 5.0)",
 	"Copied": "Kopioitu",
 	"Copied": "Kopioitu",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Haluatko varmasti poistaa tämän kansion?",
 	"Delete folder?": "Haluatko varmasti poistaa tämän kansion?",
 	"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
 	"Delete function?": "Haluatko varmasti poistaa tämän toiminnon?",
 	"Delete Message": "Poista viesti",
 	"Delete Message": "Poista viesti",
+	"Delete message?": "",
 	"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
 	"Delete prompt?": "Haluatko varmasti poistaa tämän kehotteen?",
 	"delete this link": "poista tämä linkki",
 	"delete this link": "poista tämä linkki",
 	"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
 	"Delete tool?": "Haluatko varmasti poistaa tämän työkalun?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Tutustu malliin",
 	"Discover a model": "Tutustu malliin",
 	"Discover a prompt": "Löydä kehote",
 	"Discover a prompt": "Löydä kehote",
 	"Discover a tool": "Löydä työkalu",
 	"Discover a tool": "Löydä työkalu",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Löydä ihmeellisiä asioita",
 	"Discover wonders": "Löydä ihmeellisiä asioita",
 	"Discover, download, and explore custom functions": "Etsi, lataa ja tutki mukautettuja toimintoja",
 	"Discover, download, and explore custom functions": "Etsi, lataa ja tutki mukautettuja toimintoja",
 	"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
 	"Discover, download, and explore custom prompts": "Löydä ja lataa mukautettuja kehotteita",
@@ -307,6 +314,7 @@
 	"Don't like the style": "En pidä tyylistä",
 	"Don't like the style": "En pidä tyylistä",
 	"Done": "Valmis",
 	"Done": "Valmis",
 	"Download": "Lataa",
 	"Download": "Lataa",
+	"Download as SVG": "",
 	"Download canceled": "Lataus peruutettu",
 	"Download canceled": "Lataus peruutettu",
 	"Download Database": "Lataa tietokanta",
 	"Download Database": "Lataa tietokanta",
 	"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
 	"Drag and drop a file to upload or select a file to view": "Raahaa ja pudota tiedosto ladattavaksi tai valitse tiedosto katseltavaksi",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
 	"Failed to save models configuration": "Mallien määrityksen tallentaminen epäonnistui",
 	"Failed to update settings": "Asetusten päivittäminen epäonnistui",
 	"Failed to update settings": "Asetusten päivittäminen epäonnistui",
 	"Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
 	"Failed to upload file.": "Tiedoston lataaminen epäonnistui.",
+	"Features": "",
 	"Features Permissions": "Ominaisuuksien käyttöoikeudet",
 	"Features Permissions": "Ominaisuuksien käyttöoikeudet",
 	"February": "helmikuu",
 	"February": "helmikuu",
 	"Feedback History": "Palautehistoria",
 	"Feedback History": "Palautehistoria",
@@ -476,6 +485,7 @@
 	"Form": "Lomake",
 	"Form": "Lomake",
 	"Format your variables using brackets like this:": "Muotoile muuttujasi hakasulkeilla tällä tavalla:",
 	"Format your variables using brackets like this:": "Muotoile muuttujasi hakasulkeilla tällä tavalla:",
 	"Frequency Penalty": "Taajuussakko",
 	"Frequency Penalty": "Taajuussakko",
+	"Full Context Mode": "",
 	"Function": "Toiminto",
 	"Function": "Toiminto",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Toiminto luotu onnistuneesti",
 	"Function created successfully": "Toiminto luotu onnistuneesti",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit tai valitse tietyt mallit",
 	"Leave empty to include all models or select specific models": "Jätä tyhjäksi, jos haluat sisällyttää kaikki mallit tai valitse tietyt mallit",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Jätä tyhjäksi käyttääksesi oletuskehotetta tai kirjoita mukautettu kehote",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Vaalea",
 	"Light": "Vaalea",
 	"Listening...": "Kuuntelee...",
 	"Listening...": "Kuuntelee...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positiivinen asenne",
 	"Positive attitude": "Positiivinen asenne",
 	"Prefix ID": "Etuliite-ID",
 	"Prefix ID": "Etuliite-ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Etuliite-ID:tä käytetään välttämään ristiriidat muiden yhteyksien kanssa lisäämällä etuliite mallitunnuksiin - jätä tyhjäksi, jos haluat ottaa sen pois käytöstä",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Etuliite-ID:tä käytetään välttämään ristiriidat muiden yhteyksien kanssa lisäämällä etuliite mallitunnuksiin - jätä tyhjäksi, jos haluat ottaa sen pois käytöstä",
+	"Presence Penalty": "",
 	"Previous 30 days": "Edelliset 30 päivää",
 	"Previous 30 days": "Edelliset 30 päivää",
 	"Previous 7 days": "Edelliset 7 päivää",
 	"Previous 7 days": "Edelliset 7 päivää",
 	"Profile Image": "Profiilikuva",
 	"Profile Image": "Profiilikuva",
@@ -795,6 +807,7 @@
 	"Rename": "Nimeä uudelleen",
 	"Rename": "Nimeä uudelleen",
 	"Reorder Models": "Uudelleenjärjestä malleja",
 	"Reorder Models": "Uudelleenjärjestä malleja",
 	"Repeat Last N": "Toista viimeiset N",
 	"Repeat Last N": "Toista viimeiset N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Vastauksia ",
 	"Reply in Thread": "Vastauksia ",
 	"Request Mode": "Pyyntötila",
 	"Request Mode": "Pyyntötila",
 	"Reranking Model": "Uudelleenpisteytymismalli",
 	"Reranking Model": "Uudelleenpisteytymismalli",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Aseta työntekijäsäikeiden määrä laskentaa varten. Tämä asetus kontrolloi, kuinka monta säiettä käytetään saapuvien pyyntöjen rinnakkaiseen käsittelyyn. Arvon kasvattaminen voi parantaa suorituskykyä suurissa samanaikaisissa työkuormissa, mutta voi myös kuluttaa enemmän keskussuorittimen resursseja.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Aseta työntekijäsäikeiden määrä laskentaa varten. Tämä asetus kontrolloi, kuinka monta säiettä käytetään saapuvien pyyntöjen rinnakkaiseen käsittelyyn. Arvon kasvattaminen voi parantaa suorituskykyä suurissa samanaikaisissa työkuormissa, mutta voi myös kuluttaa enemmän keskussuorittimen resursseja.",
 	"Set Voice": "Aseta puheääni",
 	"Set Voice": "Aseta puheääni",
 	"Set whisper model": "Aseta whisper-malli",
 	"Set whisper model": "Aseta whisper-malli",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Määrittää, kuinka kauas taaksepäin malli katsoo välttääkseen toistoa. (Oletus: 64, 0 = pois käytöstä, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Määrittää, kuinka kauas taaksepäin malli katsoo välttääkseen toistoa. (Oletus: 64, 0 = pois käytöstä, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Määrittää, kuinka voimakkaasti toistoihin määrätään sanktioita. Korkeampi arvo (esim. 1,5) rankaisee toistoja voimakkaammin, kun taas alhaisempi arvo (esim. 0,9) on lempeämpi. (Oletus: 1,1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Määrittää satunnaislukujen siemenen käytettäväksi generoinnissa. Tämän asettaminen tiettyyn numeroon saa mallin tuottamaan saman tekstin samalle kehoteelle. (Oletus: satunnainen)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Määrittää satunnaislukujen siemenen käytettäväksi generoinnissa. Tämän asettaminen tiettyyn numeroon saa mallin tuottamaan saman tekstin samalle kehoteelle. (Oletus: satunnainen)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Määrittää kontekstiikkunan koon, jota käytetään seuraavan tokenin tuottamiseen. (Oletus: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Määrittää kontekstiikkunan koon, jota käytetään seuraavan tokenin tuottamiseen. (Oletus: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Määrittää käytettävät lopetussekvenssit. Kun tämä kuvio havaitaan, LLM lopettaa tekstin tuottamisen ja palauttaa. Useita lopetuskuvioita voidaan asettaa määrittämällä useita erillisiä lopetusparametreja mallitiedostoon.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Määrittää käytettävät lopetussekvenssit. Kun tämä kuvio havaitaan, LLM lopettaa tekstin tuottamisen ja palauttaa. Useita lopetuskuvioita voidaan asettaa määrittämällä useita erillisiä lopetusparametreja mallitiedostoon.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Tagien luontikehote",
 	"Tags Generation Prompt": "Tagien luontikehote",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail-free-otanta käytetään vähentämään vähemmän todennäköisten tokenien vaikutusta tulokseen. Korkeampi arvo (esim. 2,0) vähentää vaikutusta enemmän, kun taas arvo 1,0 poistaa tämän asetuksen käytöstä. (oletus: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail-free-otanta käytetään vähentämään vähemmän todennäköisten tokenien vaikutusta tulokseen. Korkeampi arvo (esim. 2,0) vähentää vaikutusta enemmän, kun taas arvo 1,0 poistaa tämän asetuksen käytöstä. (oletus: 1)",
 	"Tap to interrupt": "Napauta keskeyttääksesi",
 	"Tap to interrupt": "Napauta keskeyttääksesi",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API -avain",
 	"Tavily API Key": "Tavily API -avain",
 	"Tell us more:": "Kerro lisää:",
 	"Tell us more:": "Kerro lisää:",
 	"Temperature": "Lämpötila",
 	"Temperature": "Lämpötila",
@@ -1041,6 +1056,7 @@
 	"Updated": "Päivitetty",
 	"Updated": "Päivitetty",
 	"Updated at": "Päivitetty",
 	"Updated at": "Päivitetty",
 	"Updated At": "Päivitetty",
 	"Updated At": "Päivitetty",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Lataa",
 	"Upload": "Lataa",
 	"Upload a GGUF model": "Lataa GGUF-malli",
 	"Upload a GGUF model": "Lataa GGUF-malli",
 	"Upload directory": "Latauksen hakemisto",
 	"Upload directory": "Latauksen hakemisto",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Varoitus:",
 	"Warning:": "Varoitus:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Varoitus: Tämän käyttöönotto sallii käyttäjien ladata mielivaltaista koodia palvelimelle.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Varoitus: Tämän käyttöönotto sallii käyttäjien ladata mielivaltaista koodia palvelimelle.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varoitus: Jos päivität tai vaihdat upotusmallia, sinun on tuotava kaikki asiakirjat uudelleen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varoitus: Jos päivität tai vaihdat upotusmallia, sinun on tuotava kaikki asiakirjat uudelleen.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web-API",
 	"Web API": "Web-API",
 	"Web Loader Settings": "Web Loader -asetukset",
 	"Web Loader Settings": "Web Loader -asetukset",

+ 18 - 1
src/lib/i18n/locales/fr-CA/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Activation du compte en attente",
 	"Account Activation Pending": "Activation du compte en attente",
 	"Accurate information": "Information exacte",
 	"Accurate information": "Information exacte",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Utilisateurs actifs",
 	"Active Users": "Utilisateurs actifs",
 	"Add": "Ajouter",
 	"Add": "Ajouter",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Août",
 	"August": "Août",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Auto-playback response": "Réponse de lecture automatique",
 	"Auto-playback response": "Réponse de lecture automatique",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Fermer",
 	"Close": "Fermer",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Le code a été formaté avec succès",
 	"Code formatted successfully": "Le code a été formaté avec succès",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle comment le texte des messages est divisé pour les demandes de TTS. 'Ponctuation' divise en phrases, 'paragraphes' divise en paragraphes et 'aucun' garde le message comme une seule chaîne.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle comment le texte des messages est divisé pour les demandes de TTS. 'Ponctuation' divise en phrases, 'paragraphes' divise en paragraphes et 'aucun' garde le message comme une seule chaîne.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Contrôles",
 	"Controls": "Contrôles",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Supprimer la fonction ?",
 	"Delete function?": "Supprimer la fonction ?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Supprimer la prompt ?",
 	"Delete prompt?": "Supprimer la prompt ?",
 	"delete this link": "supprimer ce lien",
 	"delete this link": "supprimer ce lien",
 	"Delete tool?": "Effacer l'outil ?",
 	"Delete tool?": "Effacer l'outil ?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Découvrir un modèle",
 	"Discover a model": "Découvrir un modèle",
 	"Discover a prompt": "Découvrir une suggestion",
 	"Discover a prompt": "Découvrir une suggestion",
 	"Discover a tool": "Découvrez un outil",
 	"Discover a tool": "Découvrez un outil",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Découvrez, téléchargez et explorez des fonctions personnalisées",
 	"Discover, download, and explore custom functions": "Découvrez, téléchargez et explorez des fonctions personnalisées",
 	"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
 	"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
@@ -307,6 +314,7 @@
 	"Don't like the style": "N'apprécie pas le style",
 	"Don't like the style": "N'apprécie pas le style",
 	"Done": "Terminé",
 	"Done": "Terminé",
 	"Download": "Télécharger",
 	"Download": "Télécharger",
+	"Download as SVG": "",
 	"Download canceled": "Téléchargement annulé",
 	"Download canceled": "Téléchargement annulé",
 	"Download Database": "Télécharger la base de données",
 	"Download Database": "Télécharger la base de données",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Février",
 	"February": "Février",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "Formulaire",
 	"Form": "Formulaire",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Frequency Penalty": "Pénalité de fréquence",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "La fonction a été créée avec succès",
 	"Function created successfully": "La fonction a été créée avec succès",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Lumineux",
 	"Light": "Lumineux",
 	"Listening...": "En train d'écouter...",
 	"Listening...": "En train d'écouter...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Attitude positive",
 	"Positive attitude": "Attitude positive",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 derniers jours",
 	"Previous 30 days": "30 derniers jours",
 	"Previous 7 days": "7 derniers jours",
 	"Previous 7 days": "7 derniers jours",
 	"Profile Image": "Image de profil",
 	"Profile Image": "Image de profil",
@@ -795,6 +807,7 @@
 	"Rename": "Renommer",
 	"Rename": "Renommer",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Répéter les N derniers",
 	"Repeat Last N": "Répéter les N derniers",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Mode de Requête",
 	"Request Mode": "Mode de Requête",
 	"Reranking Model": "Modèle de ré-ranking",
 	"Reranking Model": "Modèle de ré-ranking",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Définir la voix",
 	"Set Voice": "Définir la voix",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Appuyez pour interrompre",
 	"Tap to interrupt": "Appuyez pour interrompre",
+	"Tasks": "",
 	"Tavily API Key": "Clé API Tavily",
 	"Tavily API Key": "Clé API Tavily",
 	"Tell us more:": "Dites-nous en plus à ce sujet : ",
 	"Tell us more:": "Dites-nous en plus à ce sujet : ",
 	"Temperature": "Température",
 	"Temperature": "Température",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Mise à jour le",
 	"Updated at": "Mise à jour le",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Télécharger",
 	"Upload": "Télécharger",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertissement : Si vous mettez à jour ou modifiez votre modèle d'encodage, vous devrez réimporter tous les documents.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertissement : Si vous mettez à jour ou modifiez votre modèle d'encodage, vous devrez réimporter tous les documents.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Paramètres du chargeur web",
 	"Web Loader Settings": "Paramètres du chargeur web",

+ 18 - 1
src/lib/i18n/locales/fr-FR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Activation du compte en attente",
 	"Account Activation Pending": "Activation du compte en attente",
 	"Accurate information": "Information exacte",
 	"Accurate information": "Information exacte",
 	"Actions": "Actions",
 	"Actions": "Actions",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de chat.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activez cette commande en tapant \"/{{COMMAND}}\" dans l'entrée de chat.",
 	"Active Users": "Utilisateurs actifs",
 	"Active Users": "Utilisateurs actifs",
 	"Add": "Ajouter",
 	"Add": "Ajouter",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Août",
 	"August": "Août",
 	"Authenticate": "Authentifier",
 	"Authenticate": "Authentifier",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Auto-Copy Response to Clipboard": "Copie automatique de la réponse vers le presse-papiers",
 	"Auto-playback response": "Lire automatiquement la réponse",
 	"Auto-playback response": "Lire automatiquement la réponse",
 	"Autocomplete Generation": "Génération des suggestions",
 	"Autocomplete Generation": "Génération des suggestions",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Fermer",
 	"Close": "Fermer",
 	"Code execution": "Exécution de code",
 	"Code execution": "Exécution de code",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Le code a été formaté avec succès",
 	"Code formatted successfully": "Le code a été formaté avec succès",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Continuer avec l'email",
 	"Continue with Email": "Continuer avec l'email",
 	"Continue with LDAP": "Continuer avec LDAP",
 	"Continue with LDAP": "Continuer avec LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle la façon dont le texte des messages est divisé pour les demandes de Text-to-Speech. « ponctuation » divise en phrases, « paragraphes » divise en paragraphes et « aucun » garde le message en tant que chaîne de texte unique.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Contrôle la façon dont le texte des messages est divisé pour les demandes de Text-to-Speech. « ponctuation » divise en phrases, « paragraphes » divise en paragraphes et « aucun » garde le message en tant que chaîne de texte unique.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Contrôles",
 	"Controls": "Contrôles",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Contrôle l'équilibre entre la cohérence et la diversité de la sortie. Une valeur plus basse produira un texte plus focalisé et cohérent. (Par défaut : 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Contrôle l'équilibre entre la cohérence et la diversité de la sortie. Une valeur plus basse produira un texte plus focalisé et cohérent. (Par défaut : 5.0)",
 	"Copied": "Copié",
 	"Copied": "Copié",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Supprimer le dossier ?",
 	"Delete folder?": "Supprimer le dossier ?",
 	"Delete function?": "Supprimer la fonction ?",
 	"Delete function?": "Supprimer la fonction ?",
 	"Delete Message": "Supprimer le message",
 	"Delete Message": "Supprimer le message",
+	"Delete message?": "",
 	"Delete prompt?": "Supprimer le prompt ?",
 	"Delete prompt?": "Supprimer le prompt ?",
 	"delete this link": "supprimer ce lien",
 	"delete this link": "supprimer ce lien",
 	"Delete tool?": "Effacer l'outil ?",
 	"Delete tool?": "Effacer l'outil ?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Trouvez un modèle",
 	"Discover a model": "Trouvez un modèle",
 	"Discover a prompt": "Trouvez un prompt",
 	"Discover a prompt": "Trouvez un prompt",
 	"Discover a tool": "Trouvez un outil",
 	"Discover a tool": "Trouvez un outil",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Découvrir des merveilles",
 	"Discover wonders": "Découvrir des merveilles",
 	"Discover, download, and explore custom functions": "Découvrez, téléchargez et explorez des fonctions personnalisées",
 	"Discover, download, and explore custom functions": "Découvrez, téléchargez et explorez des fonctions personnalisées",
 	"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
 	"Discover, download, and explore custom prompts": "Découvrez, téléchargez et explorez des prompts personnalisés",
@@ -307,6 +314,7 @@
 	"Don't like the style": "N'apprécie pas le style",
 	"Don't like the style": "N'apprécie pas le style",
 	"Done": "Terminé",
 	"Done": "Terminé",
 	"Download": "Télécharger",
 	"Download": "Télécharger",
+	"Download as SVG": "",
 	"Download canceled": "Téléchargement annulé",
 	"Download canceled": "Téléchargement annulé",
 	"Download Database": "Télécharger la base de données",
 	"Download Database": "Télécharger la base de données",
 	"Drag and drop a file to upload or select a file to view": "Glissez et déposez un fichier pour le télécharger ou sélectionnez un fichier à visualiser",
 	"Drag and drop a file to upload or select a file to view": "Glissez et déposez un fichier pour le télécharger ou sélectionnez un fichier à visualiser",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles",
 	"Failed to save models configuration": "Échec de la sauvegarde de la configuration des modèles",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to update settings": "Échec de la mise à jour des paramètres",
 	"Failed to upload file.": "Échec du téléchargement du fichier.",
 	"Failed to upload file.": "Échec du téléchargement du fichier.",
+	"Features": "",
 	"Features Permissions": "Autorisations des fonctionnalités",
 	"Features Permissions": "Autorisations des fonctionnalités",
 	"February": "Février",
 	"February": "Février",
 	"Feedback History": "Historique des avis",
 	"Feedback History": "Historique des avis",
@@ -476,6 +485,7 @@
 	"Form": "Formulaire",
 	"Form": "Formulaire",
 	"Format your variables using brackets like this:": "Formatez vos variables en utilisant des parenthèses comme ceci :",
 	"Format your variables using brackets like this:": "Formatez vos variables en utilisant des parenthèses comme ceci :",
 	"Frequency Penalty": "Pénalité de fréquence",
 	"Frequency Penalty": "Pénalité de fréquence",
+	"Full Context Mode": "",
 	"Function": "Fonction",
 	"Function": "Fonction",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "La fonction a été créée avec succès",
 	"Function created successfully": "La fonction a été créée avec succès",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Laissez vide pour inclure tous les modèles ou sélectionnez des modèles spécifiques",
 	"Leave empty to include all models or select specific models": "Laissez vide pour inclure tous les modèles ou sélectionnez des modèles spécifiques",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Laissez vide pour utiliser le prompt par défaut, ou entrez un prompt personnalisé",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Laissez vide pour utiliser le prompt par défaut, ou entrez un prompt personnalisé",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Clair",
 	"Light": "Clair",
 	"Listening...": "Écoute en cours...",
 	"Listening...": "Écoute en cours...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Attitude positive",
 	"Positive attitude": "Attitude positive",
 	"Prefix ID": "ID de préfixe",
 	"Prefix ID": "ID de préfixe",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Le préfixe ID est utilisé pour éviter les conflits avec d'autres connexions en ajoutant un préfixe aux ID de modèle - laissez vide pour désactiver",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Le préfixe ID est utilisé pour éviter les conflits avec d'autres connexions en ajoutant un préfixe aux ID de modèle - laissez vide pour désactiver",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 derniers jours",
 	"Previous 30 days": "30 derniers jours",
 	"Previous 7 days": "7 derniers jours",
 	"Previous 7 days": "7 derniers jours",
 	"Profile Image": "Image de profil",
 	"Profile Image": "Image de profil",
@@ -795,6 +807,7 @@
 	"Rename": "Renommer",
 	"Rename": "Renommer",
 	"Reorder Models": "Réorganiser les modèles",
 	"Reorder Models": "Réorganiser les modèles",
 	"Repeat Last N": "Répéter les N derniers",
 	"Repeat Last N": "Répéter les N derniers",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Répondre dans le fil de discussion",
 	"Reply in Thread": "Répondre dans le fil de discussion",
 	"Request Mode": "Mode de requête",
 	"Request Mode": "Mode de requête",
 	"Reranking Model": "Modèle de ré-ranking",
 	"Reranking Model": "Modèle de ré-ranking",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Définir le nombre de threads de travail utilisés pour le calcul. Cette option contrôle combien de threads sont utilisés pour traiter les demandes entrantes simultanément. L'augmentation de cette valeur peut améliorer les performances sous de fortes charges de travail concurrentes mais peut également consommer plus de ressources CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Définir le nombre de threads de travail utilisés pour le calcul. Cette option contrôle combien de threads sont utilisés pour traiter les demandes entrantes simultanément. L'augmentation de cette valeur peut améliorer les performances sous de fortes charges de travail concurrentes mais peut également consommer plus de ressources CPU.",
 	"Set Voice": "Choisir la voix",
 	"Set Voice": "Choisir la voix",
 	"Set whisper model": "Choisir le modèle Whisper",
 	"Set whisper model": "Choisir le modèle Whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Définit la profondeur de recherche du modèle pour prévenir les répétitions. (Par défaut : 64, 0 = désactivé, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Définit la profondeur de recherche du modèle pour prévenir les répétitions. (Par défaut : 64, 0 = désactivé, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Définit la force avec laquelle les répétitions sont pénalisées. Une valeur plus élevée (par exemple 1.5) pénalisera plus fortement les répétitions, tandis qu'une valeur plus basse (par exemple 0.9) sera plus indulgente. (Par défaut : 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Définit la graine de nombre aléatoire à utiliser pour la génération. La définition de cette valeur à un nombre spécifique fera que le modèle générera le même texte pour le même prompt. (Par défaut : aléatoire)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Définit la graine de nombre aléatoire à utiliser pour la génération. La définition de cette valeur à un nombre spécifique fera que le modèle générera le même texte pour le même prompt. (Par défaut : aléatoire)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Définit la taille de la fenêtre contextuelle utilisée pour générer le prochain token. (Par défaut : 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Définit la taille de la fenêtre contextuelle utilisée pour générer le prochain token. (Par défaut : 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Définit les séquences d'arrêt à utiliser. Lorsque ce motif est rencontré, le LLM cessera de générer du texte et retournera. Plusieurs motifs d'arrêt peuvent être définis en spécifiant plusieurs paramètres d'arrêt distincts dans un fichier modèle.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Définit les séquences d'arrêt à utiliser. Lorsque ce motif est rencontré, le LLM cessera de générer du texte et retournera. Plusieurs motifs d'arrêt peuvent être définis en spécifiant plusieurs paramètres d'arrêt distincts dans un fichier modèle.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt de génération de tags",
 	"Tags Generation Prompt": "Prompt de génération de tags",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "L'échantillonnage sans queue est utilisé pour réduire l'impact des tokens moins probables dans la sortie. Une valeur plus élevée (par exemple 2.0) réduira davantage l'impact, tandis qu'une valeur de 1.0 désactive ce paramètre. (par défaut : 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "L'échantillonnage sans queue est utilisé pour réduire l'impact des tokens moins probables dans la sortie. Une valeur plus élevée (par exemple 2.0) réduira davantage l'impact, tandis qu'une valeur de 1.0 désactive ce paramètre. (par défaut : 1)",
 	"Tap to interrupt": "Appuyez pour interrompre",
 	"Tap to interrupt": "Appuyez pour interrompre",
+	"Tasks": "",
 	"Tavily API Key": "Clé API Tavily",
 	"Tavily API Key": "Clé API Tavily",
 	"Tell us more:": "Dites-nous en plus à ce sujet : ",
 	"Tell us more:": "Dites-nous en plus à ce sujet : ",
 	"Temperature": "Température",
 	"Temperature": "Température",
@@ -1041,6 +1056,7 @@
 	"Updated": "Mis à jour",
 	"Updated": "Mis à jour",
 	"Updated at": "Mise à jour le",
 	"Updated at": "Mise à jour le",
 	"Updated At": "Mise à jour le",
 	"Updated At": "Mise à jour le",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Téléverser",
 	"Upload": "Téléverser",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload a GGUF model": "Téléverser un modèle GGUF",
 	"Upload directory": "Téléverser un dossier",
 	"Upload directory": "Téléverser un dossier",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Avertissement :",
 	"Warning:": "Avertissement :",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avertissement : Activer cette option permettra aux utilisateurs de télécharger du code arbitraire sur le serveur.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Avertissement : Activer cette option permettra aux utilisateurs de télécharger du code arbitraire sur le serveur.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertissement : Si vous mettez à jour ou modifiez votre modèle d'embedding, vous devrez réimporter tous les documents.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertissement : Si vous mettez à jour ou modifiez votre modèle d'embedding, vous devrez réimporter tous les documents.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Paramètres du Web Loader",
 	"Web Loader Settings": "Paramètres du Web Loader",

+ 18 - 1
src/lib/i18n/locales/he-IL/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "מידע מדויק",
 	"Accurate information": "מידע מדויק",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "הוסף",
 	"Add": "הוסף",
@@ -99,6 +100,7 @@
 	"Audio": "אודיו",
 	"Audio": "אודיו",
 	"August": "אוגוסט",
 	"August": "אוגוסט",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "העתקה אוטומטית של תגובה ללוח",
 	"Auto-Copy Response to Clipboard": "העתקה אוטומטית של תגובה ללוח",
 	"Auto-playback response": "תגובת השמעה אוטומטית",
 	"Auto-playback response": "תגובת השמעה אוטומטית",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "סגור",
 	"Close": "סגור",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "מחק את הקישור הזה",
 	"delete this link": "מחק את הקישור הזה",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "גלה מודל",
 	"Discover a model": "גלה מודל",
 	"Discover a prompt": "גלה פקודה",
 	"Discover a prompt": "גלה פקודה",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית",
 	"Discover, download, and explore custom prompts": "גלה, הורד, וחקור פקודות מותאמות אישית",
@@ -307,6 +314,7 @@
 	"Don't like the style": "לא אוהב את הסגנון",
 	"Don't like the style": "לא אוהב את הסגנון",
 	"Done": "",
 	"Done": "",
 	"Download": "הורד",
 	"Download": "הורד",
+	"Download as SVG": "",
 	"Download canceled": "ההורדה בוטלה",
 	"Download canceled": "ההורדה בוטלה",
 	"Download Database": "הורד מסד נתונים",
 	"Download Database": "הורד מסד נתונים",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "פברואר",
 	"February": "פברואר",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "עונש תדירות",
 	"Frequency Penalty": "עונש תדירות",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "בהיר",
 	"Light": "בהיר",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "גישה חיובית",
 	"Positive attitude": "גישה חיובית",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 הימים הקודמים",
 	"Previous 30 days": "30 הימים הקודמים",
 	"Previous 7 days": "7 הימים הקודמים",
 	"Previous 7 days": "7 הימים הקודמים",
 	"Profile Image": "תמונת פרופיל",
 	"Profile Image": "תמונת פרופיל",
@@ -795,6 +807,7 @@
 	"Rename": "שנה שם",
 	"Rename": "שנה שם",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "חזור על ה-N האחרונים",
 	"Repeat Last N": "חזור על ה-N האחרונים",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "מצב בקשה",
 	"Request Mode": "מצב בקשה",
 	"Reranking Model": "מודל דירוג מחדש",
 	"Reranking Model": "מודל דירוג מחדש",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "הגדר קול",
 	"Set Voice": "הגדר קול",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "תרשמו יותר:",
 	"Tell us more:": "תרשמו יותר:",
 	"Temperature": "טמפרטורה",
 	"Temperature": "טמפרטורה",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "העלה מודל GGUF",
 	"Upload a GGUF model": "העלה מודל GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "אזהרה: אם תעדכן או תשנה את מודל ההטבעה שלך, יהיה עליך לייבא מחדש את כל המסמכים.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "אזהרה: אם תעדכן או תשנה את מודל ההטבעה שלך, יהיה עליך לייבא מחדש את כל המסמכים.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "רשת",
 	"Web": "רשת",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "הגדרות טעינת אתר",
 	"Web Loader Settings": "הגדרות טעינת אתר",

+ 18 - 1
src/lib/i18n/locales/hi-IN/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "सटीक जानकारी",
 	"Accurate information": "सटीक जानकारी",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "जोड़ें",
 	"Add": "जोड़ें",
@@ -99,6 +100,7 @@
 	"Audio": "ऑडियो",
 	"Audio": "ऑडियो",
 	"August": "अगस्त",
 	"August": "अगस्त",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
 	"Auto-Copy Response to Clipboard": "क्लिपबोर्ड पर प्रतिक्रिया ऑटोकॉपी",
 	"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
 	"Auto-playback response": "ऑटो-प्लेबैक प्रतिक्रिया",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "बंद करना",
 	"Close": "बंद करना",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "इस लिंक को हटाएं",
 	"delete this link": "इस लिंक को हटाएं",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "एक मॉडल की खोज करें",
 	"Discover a model": "एक मॉडल की खोज करें",
 	"Discover a prompt": "प्रॉम्प्ट खोजें",
 	"Discover a prompt": "प्रॉम्प्ट खोजें",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "कस्टम प्रॉम्प्ट को खोजें, डाउनलोड करें और एक्सप्लोर करें",
 	"Discover, download, and explore custom prompts": "कस्टम प्रॉम्प्ट को खोजें, डाउनलोड करें और एक्सप्लोर करें",
@@ -307,6 +314,7 @@
 	"Don't like the style": "शैली पसंद नहीं है",
 	"Don't like the style": "शैली पसंद नहीं है",
 	"Done": "",
 	"Done": "",
 	"Download": "डाउनलोड",
 	"Download": "डाउनलोड",
+	"Download as SVG": "",
 	"Download canceled": "डाउनलोड रद्द किया गया",
 	"Download canceled": "डाउनलोड रद्द किया गया",
 	"Download Database": "डेटाबेस डाउनलोड करें",
 	"Download Database": "डेटाबेस डाउनलोड करें",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "फरवरी",
 	"February": "फरवरी",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "फ्रीक्वेंसी पेनल्टी",
 	"Frequency Penalty": "फ्रीक्वेंसी पेनल्टी",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "सुन",
 	"Light": "सुन",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "सकारात्मक रवैया",
 	"Positive attitude": "सकारात्मक रवैया",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "पिछले 30 दिन",
 	"Previous 30 days": "पिछले 30 दिन",
 	"Previous 7 days": "पिछले 7 दिन",
 	"Previous 7 days": "पिछले 7 दिन",
 	"Profile Image": "प्रोफ़ाइल छवि",
 	"Profile Image": "प्रोफ़ाइल छवि",
@@ -795,6 +807,7 @@
 	"Rename": "नाम बदलें",
 	"Rename": "नाम बदलें",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "अंतिम N दोहराएँ",
 	"Repeat Last N": "अंतिम N दोहराएँ",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "अनुरोध मोड",
 	"Request Mode": "अनुरोध मोड",
 	"Reranking Model": "रीरैकिंग मोड",
 	"Reranking Model": "रीरैकिंग मोड",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "आवाज सेट करें",
 	"Set Voice": "आवाज सेट करें",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "हमें और अधिक बताएँ:",
 	"Tell us more:": "हमें और अधिक बताएँ:",
 	"Temperature": "टेंपेरेचर",
 	"Temperature": "टेंपेरेचर",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF मॉडल अपलोड करें",
 	"Upload a GGUF model": "GGUF मॉडल अपलोड करें",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "चेतावनी: यदि आप अपने एम्बेडिंग मॉडल को अपडेट या बदलते हैं, तो आपको सभी दस्तावेज़ों को फिर से आयात करने की आवश्यकता होगी।",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "चेतावनी: यदि आप अपने एम्बेडिंग मॉडल को अपडेट या बदलते हैं, तो आपको सभी दस्तावेज़ों को फिर से आयात करने की आवश्यकता होगी।",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "वेब",
 	"Web": "वेब",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "वेब लोडर सेटिंग्स",
 	"Web Loader Settings": "वेब लोडर सेटिंग्स",

+ 18 - 1
src/lib/i18n/locales/hr-HR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "Točne informacije",
 	"Accurate information": "Točne informacije",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Aktivni korisnici",
 	"Active Users": "Aktivni korisnici",
 	"Add": "Dodaj",
 	"Add": "Dodaj",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Kolovoz",
 	"August": "Kolovoz",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
 	"Auto-Copy Response to Clipboard": "Automatsko kopiranje odgovora u međuspremnik",
 	"Auto-playback response": "Automatska reprodukcija odgovora",
 	"Auto-playback response": "Automatska reprodukcija odgovora",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Zatvori",
 	"Close": "Zatvori",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "izbriši ovu vezu",
 	"delete this link": "izbriši ovu vezu",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Otkrijte model",
 	"Discover a model": "Otkrijte model",
 	"Discover a prompt": "Otkrijte prompt",
 	"Discover a prompt": "Otkrijte prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte",
 	"Discover, download, and explore custom prompts": "Otkrijte, preuzmite i istražite prilagođene prompte",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Ne sviđa mi se stil",
 	"Don't like the style": "Ne sviđa mi se stil",
 	"Done": "",
 	"Done": "",
 	"Download": "Preuzimanje",
 	"Download": "Preuzimanje",
+	"Download as SVG": "",
 	"Download canceled": "Preuzimanje otkazano",
 	"Download canceled": "Preuzimanje otkazano",
 	"Download Database": "Preuzmi bazu podataka",
 	"Download Database": "Preuzmi bazu podataka",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Greška kod ažuriranja postavki",
 	"Failed to update settings": "Greška kod ažuriranja postavki",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Veljača",
 	"February": "Veljača",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Kazna za učestalost",
 	"Frequency Penalty": "Kazna za učestalost",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Svijetlo",
 	"Light": "Svijetlo",
 	"Listening...": "Slušam...",
 	"Listening...": "Slušam...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozitivan stav",
 	"Positive attitude": "Pozitivan stav",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Prethodnih 30 dana",
 	"Previous 30 days": "Prethodnih 30 dana",
 	"Previous 7 days": "Prethodnih 7 dana",
 	"Previous 7 days": "Prethodnih 7 dana",
 	"Profile Image": "Profilna slika",
 	"Profile Image": "Profilna slika",
@@ -795,6 +807,7 @@
 	"Rename": "Preimenuj",
 	"Rename": "Preimenuj",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Ponovi zadnjih N",
 	"Repeat Last N": "Ponovi zadnjih N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Način zahtjeva",
 	"Request Mode": "Način zahtjeva",
 	"Reranking Model": "Model za ponovno rangiranje",
 	"Reranking Model": "Model za ponovno rangiranje",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Postavi glas",
 	"Set Voice": "Postavi glas",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Recite nam više:",
 	"Tell us more:": "Recite nam više:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Učitaj GGUF model",
 	"Upload a GGUF model": "Učitaj GGUF model",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Upozorenje: Ako ažurirate ili promijenite svoj model za umetanje, morat ćete ponovno uvesti sve dokumente.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Upozorenje: Ako ažurirate ili promijenite svoj model za umetanje, morat ćete ponovno uvesti sve dokumente.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Postavke web učitavanja",
 	"Web Loader Settings": "Postavke web učitavanja",

+ 18 - 1
src/lib/i18n/locales/hu-HU/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Fiók aktiválása folyamatban",
 	"Account Activation Pending": "Fiók aktiválása folyamatban",
 	"Accurate information": "Pontos információ",
 	"Accurate information": "Pontos információ",
 	"Actions": "Műveletek",
 	"Actions": "Műveletek",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Aktív felhasználók",
 	"Active Users": "Aktív felhasználók",
 	"Add": "Hozzáadás",
 	"Add": "Hozzáadás",
@@ -99,6 +100,7 @@
 	"Audio": "Hang",
 	"Audio": "Hang",
 	"August": "Augusztus",
 	"August": "Augusztus",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Válasz automatikus másolása a vágólapra",
 	"Auto-Copy Response to Clipboard": "Válasz automatikus másolása a vágólapra",
 	"Auto-playback response": "Automatikus válasz lejátszás",
 	"Auto-playback response": "Automatikus válasz lejátszás",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Bezárás",
 	"Close": "Bezárás",
 	"Code execution": "Kód végrehajtás",
 	"Code execution": "Kód végrehajtás",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kód sikeresen formázva",
 	"Code formatted successfully": "Kód sikeresen formázva",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Szabályozd, hogyan legyen felosztva az üzenet szövege a TTS kérésekhez. A 'Központozás' mondatokra bontja, a 'Bekezdések' bekezdésekre bontja, a 'Nincs' pedig egyetlen szövegként kezeli az üzenetet.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Szabályozd, hogyan legyen felosztva az üzenet szövege a TTS kérésekhez. A 'Központozás' mondatokra bontja, a 'Bekezdések' bekezdésekre bontja, a 'Nincs' pedig egyetlen szövegként kezeli az üzenetet.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Vezérlők",
 	"Controls": "Vezérlők",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Másolva",
 	"Copied": "Másolva",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Törli a mappát?",
 	"Delete folder?": "Törli a mappát?",
 	"Delete function?": "Törli a funkciót?",
 	"Delete function?": "Törli a funkciót?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Törli a promptot?",
 	"Delete prompt?": "Törli a promptot?",
 	"delete this link": "link törlése",
 	"delete this link": "link törlése",
 	"Delete tool?": "Törli az eszközt?",
 	"Delete tool?": "Törli az eszközt?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Modell felfedezése",
 	"Discover a model": "Modell felfedezése",
 	"Discover a prompt": "Prompt felfedezése",
 	"Discover a prompt": "Prompt felfedezése",
 	"Discover a tool": "Eszköz felfedezése",
 	"Discover a tool": "Eszköz felfedezése",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Fedezz fel, tölts le és fedezz fel egyéni funkciókat",
 	"Discover, download, and explore custom functions": "Fedezz fel, tölts le és fedezz fel egyéni funkciókat",
 	"Discover, download, and explore custom prompts": "Fedezz fel, tölts le és fedezz fel egyéni promptokat",
 	"Discover, download, and explore custom prompts": "Fedezz fel, tölts le és fedezz fel egyéni promptokat",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nem tetszik a stílus",
 	"Don't like the style": "Nem tetszik a stílus",
 	"Done": "Kész",
 	"Done": "Kész",
 	"Download": "Letöltés",
 	"Download": "Letöltés",
+	"Download as SVG": "",
 	"Download canceled": "Letöltés megszakítva",
 	"Download canceled": "Letöltés megszakítva",
 	"Download Database": "Adatbázis letöltése",
 	"Download Database": "Adatbázis letöltése",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nem sikerült frissíteni a beállításokat",
 	"Failed to update settings": "Nem sikerült frissíteni a beállításokat",
 	"Failed to upload file.": "Nem sikerült feltölteni a fájlt.",
 	"Failed to upload file.": "Nem sikerült feltölteni a fájlt.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Február",
 	"February": "Február",
 	"Feedback History": "Visszajelzés előzmények",
 	"Feedback History": "Visszajelzés előzmények",
@@ -476,6 +485,7 @@
 	"Form": "Űrlap",
 	"Form": "Űrlap",
 	"Format your variables using brackets like this:": "Formázd a változóidat zárójelekkel így:",
 	"Format your variables using brackets like this:": "Formázd a változóidat zárójelekkel így:",
 	"Frequency Penalty": "Gyakorisági büntetés",
 	"Frequency Penalty": "Gyakorisági büntetés",
+	"Full Context Mode": "",
 	"Function": "Funkció",
 	"Function": "Funkció",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funkció sikeresen létrehozva",
 	"Function created successfully": "Funkció sikeresen létrehozva",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Hagyja üresen az összes modell használatához, vagy válasszon ki konkrét modelleket",
 	"Leave empty to include all models or select specific models": "Hagyja üresen az összes modell használatához, vagy válasszon ki konkrét modelleket",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Hagyja üresen az alapértelmezett prompt használatához, vagy adjon meg egyéni promptot",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Hagyja üresen az alapértelmezett prompt használatához, vagy adjon meg egyéni promptot",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Világos",
 	"Light": "Világos",
 	"Listening...": "Hallgatás...",
 	"Listening...": "Hallgatás...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozitív hozzáállás",
 	"Positive attitude": "Pozitív hozzáállás",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Előző 30 nap",
 	"Previous 30 days": "Előző 30 nap",
 	"Previous 7 days": "Előző 7 nap",
 	"Previous 7 days": "Előző 7 nap",
 	"Profile Image": "Profilkép",
 	"Profile Image": "Profilkép",
@@ -795,6 +807,7 @@
 	"Rename": "Átnevezés",
 	"Rename": "Átnevezés",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Utolsó N ismétlése",
 	"Repeat Last N": "Utolsó N ismétlése",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Kérési mód",
 	"Request Mode": "Kérési mód",
 	"Reranking Model": "Újrarangsoroló modell",
 	"Reranking Model": "Újrarangsoroló modell",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Hang beállítása",
 	"Set Voice": "Hang beállítása",
 	"Set whisper model": "Whisper modell beállítása",
 	"Set whisper model": "Whisper modell beállítása",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Címke generálási prompt",
 	"Tags Generation Prompt": "Címke generálási prompt",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Koppintson a megszakításhoz",
 	"Tap to interrupt": "Koppintson a megszakításhoz",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API kulcs",
 	"Tavily API Key": "Tavily API kulcs",
 	"Tell us more:": "Mondjon többet:",
 	"Tell us more:": "Mondjon többet:",
 	"Temperature": "Hőmérséklet",
 	"Temperature": "Hőmérséklet",
@@ -1041,6 +1056,7 @@
 	"Updated": "Frissítve",
 	"Updated": "Frissítve",
 	"Updated at": "Frissítve ekkor",
 	"Updated at": "Frissítve ekkor",
 	"Updated At": "Frissítve ekkor",
 	"Updated At": "Frissítve ekkor",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Feltöltés",
 	"Upload": "Feltöltés",
 	"Upload a GGUF model": "GGUF modell feltöltése",
 	"Upload a GGUF model": "GGUF modell feltöltése",
 	"Upload directory": "Könyvtár feltöltése",
 	"Upload directory": "Könyvtár feltöltése",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Figyelmeztetés:",
 	"Warning:": "Figyelmeztetés:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Figyelmeztetés: Ha frissíti vagy megváltoztatja a beágyazási modellt, minden dokumentumot újra kell importálnia.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Figyelmeztetés: Ha frissíti vagy megváltoztatja a beágyazási modellt, minden dokumentumot újra kell importálnia.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Web betöltő beállítások",
 	"Web Loader Settings": "Web betöltő beállítások",

+ 18 - 1
src/lib/i18n/locales/id-ID/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Aktivasi Akun Tertunda",
 	"Account Activation Pending": "Aktivasi Akun Tertunda",
 	"Accurate information": "Informasi yang akurat",
 	"Accurate information": "Informasi yang akurat",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Pengguna Aktif",
 	"Active Users": "Pengguna Aktif",
 	"Add": "Tambah",
 	"Add": "Tambah",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Agustus",
 	"August": "Agustus",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip",
 	"Auto-Copy Response to Clipboard": "Tanggapan Salin Otomatis ke Papan Klip",
 	"Auto-playback response": "Respons pemutaran otomatis",
 	"Auto-playback response": "Respons pemutaran otomatis",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Tutup",
 	"Close": "Tutup",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kode berhasil diformat",
 	"Code formatted successfully": "Kode berhasil diformat",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Fungsi hapus?",
 	"Delete function?": "Fungsi hapus?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Perintah hapus?",
 	"Delete prompt?": "Perintah hapus?",
 	"delete this link": "hapus tautan ini",
 	"delete this link": "hapus tautan ini",
 	"Delete tool?": "Hapus alat?",
 	"Delete tool?": "Hapus alat?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Menemukan sebuah model",
 	"Discover a model": "Menemukan sebuah model",
 	"Discover a prompt": "Temukan petunjuk",
 	"Discover a prompt": "Temukan petunjuk",
 	"Discover a tool": "Menemukan alat",
 	"Discover a tool": "Menemukan alat",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Menemukan, mengunduh, dan menjelajahi fungsi khusus",
 	"Discover, download, and explore custom functions": "Menemukan, mengunduh, dan menjelajahi fungsi khusus",
 	"Discover, download, and explore custom prompts": "Temukan, unduh, dan jelajahi prompt khusus",
 	"Discover, download, and explore custom prompts": "Temukan, unduh, dan jelajahi prompt khusus",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Tidak suka gayanya",
 	"Don't like the style": "Tidak suka gayanya",
 	"Done": "Selesai",
 	"Done": "Selesai",
 	"Download": "Unduh",
 	"Download": "Unduh",
+	"Download as SVG": "",
 	"Download canceled": "Unduh dibatalkan",
 	"Download canceled": "Unduh dibatalkan",
 	"Download Database": "Unduh Basis Data",
 	"Download Database": "Unduh Basis Data",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Gagal memperbarui pengaturan",
 	"Failed to update settings": "Gagal memperbarui pengaturan",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Februari",
 	"February": "Februari",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "Formulir",
 	"Form": "Formulir",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Penalti Frekuensi",
 	"Frequency Penalty": "Penalti Frekuensi",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Fungsi berhasil dibuat",
 	"Function created successfully": "Fungsi berhasil dibuat",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Cahaya",
 	"Light": "Cahaya",
 	"Listening...": "Mendengarkan",
 	"Listening...": "Mendengarkan",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Sikap positif",
 	"Positive attitude": "Sikap positif",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 hari sebelumnya",
 	"Previous 30 days": "30 hari sebelumnya",
 	"Previous 7 days": "7 hari sebelumnya",
 	"Previous 7 days": "7 hari sebelumnya",
 	"Profile Image": "Gambar Profil",
 	"Profile Image": "Gambar Profil",
@@ -795,6 +807,7 @@
 	"Rename": "Ganti nama",
 	"Rename": "Ganti nama",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Ulangi N Terakhir",
 	"Repeat Last N": "Ulangi N Terakhir",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Mode Permintaan",
 	"Request Mode": "Mode Permintaan",
 	"Reranking Model": "Model Pemeringkatan Ulang",
 	"Reranking Model": "Model Pemeringkatan Ulang",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Mengatur Suara",
 	"Set Voice": "Mengatur Suara",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Ketuk untuk menyela",
 	"Tap to interrupt": "Ketuk untuk menyela",
+	"Tasks": "",
 	"Tavily API Key": "Kunci API Tavily",
 	"Tavily API Key": "Kunci API Tavily",
 	"Tell us more:": "Beri tahu kami lebih lanjut:",
 	"Tell us more:": "Beri tahu kami lebih lanjut:",
 	"Temperature": "Suhu",
 	"Temperature": "Suhu",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Diperbarui di",
 	"Updated at": "Diperbarui di",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Unggah",
 	"Upload": "Unggah",
 	"Upload a GGUF model": "Unggah model GGUF",
 	"Upload a GGUF model": "Unggah model GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Peringatan: Jika Anda memperbarui atau mengubah model penyematan, Anda harus mengimpor ulang semua dokumen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Peringatan: Jika Anda memperbarui atau mengubah model penyematan, Anda harus mengimpor ulang semua dokumen.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Pengaturan Pemuat Web",
 	"Web Loader Settings": "Pengaturan Pemuat Web",

+ 18 - 1
src/lib/i18n/locales/ie-GA/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Gníomhachtaithe Cuntas",
 	"Account Activation Pending": "Gníomhachtaithe Cuntas",
 	"Accurate information": "Faisnéis chruinn",
 	"Accurate information": "Faisnéis chruinn",
 	"Actions": "Gníomhartha",
 	"Actions": "Gníomhartha",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Gníomhachtaigh an t-ordú seo trí \"/{{COMMAND}}\" a chlóscríobh chun ionchur comhrá a dhéanamh.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Gníomhachtaigh an t-ordú seo trí \"/{{COMMAND}}\" a chlóscríobh chun ionchur comhrá a dhéanamh.",
 	"Active Users": "Úsáideoirí Gníomhacha",
 	"Active Users": "Úsáideoirí Gníomhacha",
 	"Add": "Cuir",
 	"Add": "Cuir",
@@ -99,6 +100,7 @@
 	"Audio": "Fuaim",
 	"Audio": "Fuaim",
 	"August": "Lúnasa",
 	"August": "Lúnasa",
 	"Authenticate": "Fíordheimhnigh",
 	"Authenticate": "Fíordheimhnigh",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Freagra AutoCopy go Gearrthaisce",
 	"Auto-Copy Response to Clipboard": "Freagra AutoCopy go Gearrthaisce",
 	"Auto-playback response": "Freagra uathsheinm",
 	"Auto-playback response": "Freagra uathsheinm",
 	"Autocomplete Generation": "Giniúint Uathchríochnaithe",
 	"Autocomplete Generation": "Giniúint Uathchríochnaithe",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "Clón de {{TITLE}}",
 	"Clone of {{TITLE}}": "Clón de {{TITLE}}",
 	"Close": "Dún",
 	"Close": "Dún",
 	"Code execution": "Cód a fhorghníomhú",
 	"Code execution": "Cód a fhorghníomhú",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Cód formáidithe go rathúil",
 	"Code formatted successfully": "Cód formáidithe go rathúil",
 	"Code Interpreter": "Ateangaire Cód",
 	"Code Interpreter": "Ateangaire Cód",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Lean ar aghaidh le Ríomhphost",
 	"Continue with Email": "Lean ar aghaidh le Ríomhphost",
 	"Continue with LDAP": "Lean ar aghaidh le LDAP",
 	"Continue with LDAP": "Lean ar aghaidh le LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Rialú conas a roinntear téacs teachtaireachta d'iarratais TTS. Roinneann 'poncaíocht' ina abairtí, scoilteann 'míreanna' i míreanna, agus coinníonn 'aon' an teachtaireacht mar shreang amháin.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Rialú conas a roinntear téacs teachtaireachta d'iarratais TTS. Roinneann 'poncaíocht' ina abairtí, scoilteann 'míreanna' i míreanna, agus coinníonn 'aon' an teachtaireacht mar shreang amháin.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Rialuithe",
 	"Controls": "Rialuithe",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Rialaíonn sé an chothromaíocht idir comhleanúnachas agus éagsúlacht an aschuir. Beidh téacs níos dírithe agus níos soiléire mar thoradh ar luach níos ísle. (Réamhshocrú: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Rialaíonn sé an chothromaíocht idir comhleanúnachas agus éagsúlacht an aschuir. Beidh téacs níos dírithe agus níos soiléire mar thoradh ar luach níos ísle. (Réamhshocrú: 5.0)",
 	"Copied": "Cóipeáladh",
 	"Copied": "Cóipeáladh",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Scrios fillteán?",
 	"Delete folder?": "Scrios fillteán?",
 	"Delete function?": "Scrios feidhm?",
 	"Delete function?": "Scrios feidhm?",
 	"Delete Message": "Scrios Teachtaireacht",
 	"Delete Message": "Scrios Teachtaireacht",
+	"Delete message?": "",
 	"Delete prompt?": "Scrios leid?",
 	"Delete prompt?": "Scrios leid?",
 	"delete this link": "scrios an nasc seo",
 	"delete this link": "scrios an nasc seo",
 	"Delete tool?": "Uirlis a scriosadh?",
 	"Delete tool?": "Uirlis a scriosadh?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Faigh amach múnla",
 	"Discover a model": "Faigh amach múnla",
 	"Discover a prompt": "Faigh amach leid",
 	"Discover a prompt": "Faigh amach leid",
 	"Discover a tool": "Faigh amach uirlis",
 	"Discover a tool": "Faigh amach uirlis",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Faigh amach iontais",
 	"Discover wonders": "Faigh amach iontais",
 	"Discover, download, and explore custom functions": "Faigh amach, íoslódáil agus iniúchadh feidhmeanna saincheaptha",
 	"Discover, download, and explore custom functions": "Faigh amach, íoslódáil agus iniúchadh feidhmeanna saincheaptha",
 	"Discover, download, and explore custom prompts": "Leideanna saincheaptha a fháil amach, a íoslódáil agus a iniúchadh",
 	"Discover, download, and explore custom prompts": "Leideanna saincheaptha a fháil amach, a íoslódáil agus a iniúchadh",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Ná thaitníonn an stíl",
 	"Don't like the style": "Ná thaitníonn an stíl",
 	"Done": "Déanta",
 	"Done": "Déanta",
 	"Download": "Íoslódáil",
 	"Download": "Íoslódáil",
+	"Download as SVG": "",
 	"Download canceled": "Íoslódáil cealaithe",
 	"Download canceled": "Íoslódáil cealaithe",
 	"Download Database": "Íoslódáil Bunachair",
 	"Download Database": "Íoslódáil Bunachair",
 	"Drag and drop a file to upload or select a file to view": "Tarraing agus scaoil comhad le huaslódáil nó roghnaigh comhad le féachaint air",
 	"Drag and drop a file to upload or select a file to view": "Tarraing agus scaoil comhad le huaslódáil nó roghnaigh comhad le féachaint air",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Theip ar chumraíocht na múnlaí a shábháil",
 	"Failed to save models configuration": "Theip ar chumraíocht na múnlaí a shábháil",
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
 	"Failed to update settings": "Theip ar shocruithe a nuashonrú",
 	"Failed to upload file.": "Theip ar uaslódáil an chomhaid.",
 	"Failed to upload file.": "Theip ar uaslódáil an chomhaid.",
+	"Features": "",
 	"Features Permissions": "Ceadanna Gnéithe",
 	"Features Permissions": "Ceadanna Gnéithe",
 	"February": "Feabhra",
 	"February": "Feabhra",
 	"Feedback History": "Stair Aiseolais",
 	"Feedback History": "Stair Aiseolais",
@@ -476,6 +485,7 @@
 	"Form": "Foirm",
 	"Form": "Foirm",
 	"Format your variables using brackets like this:": "Formáidigh na hathróga ag baint úsáide as lúibíní mar seo:",
 	"Format your variables using brackets like this:": "Formáidigh na hathróga ag baint úsáide as lúibíní mar seo:",
 	"Frequency Penalty": "Pionós Minicíochta",
 	"Frequency Penalty": "Pionós Minicíochta",
+	"Full Context Mode": "",
 	"Function": "Feidhm",
 	"Function": "Feidhm",
 	"Function Calling": "Glaonna Feidhme",
 	"Function Calling": "Glaonna Feidhme",
 	"Function created successfully": "Cruthaíodh feidhm go rathúil",
 	"Function created successfully": "Cruthaíodh feidhm go rathúil",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Fág folamh chun gach múnla a chur san áireamh nó roghnaigh múnlaí sonracha",
 	"Leave empty to include all models or select specific models": "Fág folamh chun gach múnla a chur san áireamh nó roghnaigh múnlaí sonracha",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Fág folamh chun an leid réamhshocraithe a úsáid, nó cuir isteach leid saincheaptha",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Fág folamh chun an leid réamhshocraithe a úsáid, nó cuir isteach leid saincheaptha",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Solas",
 	"Light": "Solas",
 	"Listening...": "Éisteacht...",
 	"Listening...": "Éisteacht...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Dearcadh dearfach",
 	"Positive attitude": "Dearcadh dearfach",
 	"Prefix ID": "Aitheantas Réimír",
 	"Prefix ID": "Aitheantas Réimír",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Úsáidtear Aitheantas Réimír chun coinbhleachtaí le naisc eile a sheachaint trí réimír a chur le haitheantas na samhla - fág folamh le díchumasú",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Úsáidtear Aitheantas Réimír chun coinbhleachtaí le naisc eile a sheachaint trí réimír a chur le haitheantas na samhla - fág folamh le díchumasú",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 lá roimhe seo",
 	"Previous 30 days": "30 lá roimhe seo",
 	"Previous 7 days": "7 lá roimhe seo",
 	"Previous 7 days": "7 lá roimhe seo",
 	"Profile Image": "Íomhá Próifíl",
 	"Profile Image": "Íomhá Próifíl",
@@ -795,6 +807,7 @@
 	"Rename": "Athainmnigh",
 	"Rename": "Athainmnigh",
 	"Reorder Models": "Múnlaí Athordú",
 	"Reorder Models": "Múnlaí Athordú",
 	"Repeat Last N": "Déan an N deireanach arís",
 	"Repeat Last N": "Déan an N deireanach arís",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Freagra i Snáithe",
 	"Reply in Thread": "Freagra i Snáithe",
 	"Request Mode": "Mód Iarratais",
 	"Request Mode": "Mód Iarratais",
 	"Reranking Model": "Múnla Athrangú",
 	"Reranking Model": "Múnla Athrangú",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Socraigh líon na snáitheanna oibrithe a úsáidtear le haghaidh ríomh. Rialaíonn an rogha seo cé mhéad snáithe a úsáidtear chun iarratais a thagann isteach a phróiseáil i gcomhthráth. D'fhéadfadh méadú ar an luach seo feidhmíocht a fheabhsú faoi ualaí oibre comhairgeadra ard ach féadfaidh sé níos mó acmhainní LAP a úsáid freisin.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Socraigh líon na snáitheanna oibrithe a úsáidtear le haghaidh ríomh. Rialaíonn an rogha seo cé mhéad snáithe a úsáidtear chun iarratais a thagann isteach a phróiseáil i gcomhthráth. D'fhéadfadh méadú ar an luach seo feidhmíocht a fheabhsú faoi ualaí oibre comhairgeadra ard ach féadfaidh sé níos mó acmhainní LAP a úsáid freisin.",
 	"Set Voice": "Socraigh Guth",
 	"Set Voice": "Socraigh Guth",
 	"Set whisper model": "Socraigh múnla cogar",
 	"Set whisper model": "Socraigh múnla cogar",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Socraíonn sé cé chomh fada siar is atá an tsamhail le breathnú siar chun athrá a chosc. (Réamhshocrú: 64, 0 = díchumasaithe, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Socraíonn sé cé chomh fada siar is atá an tsamhail le breathnú siar chun athrá a chosc. (Réamhshocrú: 64, 0 = díchumasaithe, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Socraíonn sé cé chomh láidir is féidir pionós a ghearradh ar athrá. Cuirfidh luach níos airde (m.sh., 1.5) pionós níos láidre ar athrá, agus beidh luach níos ísle (m.sh., 0.9) níos boige. (Réamhshocrú: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Socraíonn sé an síol uimhir randamach a úsáid le haghaidh giniúna. Má shocraítear é seo ar uimhir shainiúil, ginfidh an tsamhail an téacs céanna don leid céanna. (Réamhshocrú: randamach)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Socraíonn sé an síol uimhir randamach a úsáid le haghaidh giniúna. Má shocraítear é seo ar uimhir shainiúil, ginfidh an tsamhail an téacs céanna don leid céanna. (Réamhshocrú: randamach)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Socraíonn sé méid na fuinneoige comhthéacs a úsáidtear chun an chéad chomhartha eile a ghiniúint. (Réamhshocrú: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Socraíonn sé méid na fuinneoige comhthéacs a úsáidtear chun an chéad chomhartha eile a ghiniúint. (Réamhshocrú: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Socraíonn sé na stadanna le húsáid. Nuair a thagtar ar an bpatrún seo, stopfaidh an LLM ag giniúint téacs agus ag filleadh. Is féidir patrúin stad iolracha a shocrú trí pharaiméadair stadanna iolracha a shonrú i gcomhad samhail.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Socraíonn sé na stadanna le húsáid. Nuair a thagtar ar an bpatrún seo, stopfaidh an LLM ag giniúint téacs agus ag filleadh. Is féidir patrúin stad iolracha a shocrú trí pharaiméadair stadanna iolracha a shonrú i gcomhad samhail.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Clibeanna Giniúint Leid",
 	"Tags Generation Prompt": "Clibeanna Giniúint Leid",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Úsáidtear sampláil saor ó eireabaill chun tionchar na n-chomharthaí ón aschur nach bhfuil chomh dóchúil céanna a laghdú. Laghdóidh luach níos airde (m.sh., 2.0) an tionchar níos mó, agus díchumasaíonn luach 1.0 an socrú seo. (réamhshocraithe: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Úsáidtear sampláil saor ó eireabaill chun tionchar na n-chomharthaí ón aschur nach bhfuil chomh dóchúil céanna a laghdú. Laghdóidh luach níos airde (m.sh., 2.0) an tionchar níos mó, agus díchumasaíonn luach 1.0 an socrú seo. (réamhshocraithe: 1)",
 	"Tap to interrupt": "Tapáil chun cur isteach",
 	"Tap to interrupt": "Tapáil chun cur isteach",
+	"Tasks": "",
 	"Tavily API Key": "Eochair API Tavily",
 	"Tavily API Key": "Eochair API Tavily",
 	"Tell us more:": "Inis dúinn níos mó:",
 	"Tell us more:": "Inis dúinn níos mó:",
 	"Temperature": "Teocht",
 	"Temperature": "Teocht",
@@ -1041,6 +1056,7 @@
 	"Updated": "Nuashonraithe",
 	"Updated": "Nuashonraithe",
 	"Updated at": "Nuashonraithe ag",
 	"Updated at": "Nuashonraithe ag",
 	"Updated At": "Nuashonraithe Ag",
 	"Updated At": "Nuashonraithe Ag",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Uaslódáil",
 	"Upload": "Uaslódáil",
 	"Upload a GGUF model": "Uaslódáil múnla GGUF",
 	"Upload a GGUF model": "Uaslódáil múnla GGUF",
 	"Upload directory": "Uaslódáil eolaire",
 	"Upload directory": "Uaslódáil eolaire",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Rabhadh:",
 	"Warning:": "Rabhadh:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Rabhadh: Cuirfidh sé seo ar chumas úsáideoirí cód treallach a uaslódáil ar an bhfreastalaí.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Rabhadh: Cuirfidh sé seo ar chumas úsáideoirí cód treallach a uaslódáil ar an bhfreastalaí.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Rabhadh: Má nuashonraíonn tú nó má athraíonn tú do mhúnla leabaithe, beidh ort gach doiciméad a athiompórtáil.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Rabhadh: Má nuashonraíonn tú nó má athraíonn tú do mhúnla leabaithe, beidh ort gach doiciméad a athiompórtáil.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Gréasán",
 	"Web": "Gréasán",
 	"Web API": "API Gréasáin",
 	"Web API": "API Gréasáin",
 	"Web Loader Settings": "Socruithe Luchtaire Gréasáin",
 	"Web Loader Settings": "Socruithe Luchtaire Gréasáin",

+ 18 - 1
src/lib/i18n/locales/it-IT/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "Informazioni accurate",
 	"Accurate information": "Informazioni accurate",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "Aggiungi",
 	"Add": "Aggiungi",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Agosto",
 	"August": "Agosto",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copia automatica della risposta negli appunti",
 	"Auto-Copy Response to Clipboard": "Copia automatica della risposta negli appunti",
 	"Auto-playback response": "Riproduzione automatica della risposta",
 	"Auto-playback response": "Riproduzione automatica della risposta",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Chiudi",
 	"Close": "Chiudi",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "elimina questo link",
 	"delete this link": "elimina questo link",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Scopri un modello",
 	"Discover a model": "Scopri un modello",
 	"Discover a prompt": "Scopri un prompt",
 	"Discover a prompt": "Scopri un prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Scopri, scarica ed esplora prompt personalizzati",
 	"Discover, download, and explore custom prompts": "Scopri, scarica ed esplora prompt personalizzati",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Non ti piace lo stile",
 	"Don't like the style": "Non ti piace lo stile",
 	"Done": "",
 	"Done": "",
 	"Download": "Scarica",
 	"Download": "Scarica",
+	"Download as SVG": "",
 	"Download canceled": "Scaricamento annullato",
 	"Download canceled": "Scaricamento annullato",
 	"Download Database": "Scarica database",
 	"Download Database": "Scarica database",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Febbraio",
 	"February": "Febbraio",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Penalità di frequenza",
 	"Frequency Penalty": "Penalità di frequenza",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Chiaro",
 	"Light": "Chiaro",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Attitudine positiva",
 	"Positive attitude": "Attitudine positiva",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Ultimi 30 giorni",
 	"Previous 30 days": "Ultimi 30 giorni",
 	"Previous 7 days": "Ultimi 7 giorni",
 	"Previous 7 days": "Ultimi 7 giorni",
 	"Profile Image": "Immagine del profilo",
 	"Profile Image": "Immagine del profilo",
@@ -795,6 +807,7 @@
 	"Rename": "Rinomina",
 	"Rename": "Rinomina",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Ripeti ultimi N",
 	"Repeat Last N": "Ripeti ultimi N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Modalità richiesta",
 	"Request Mode": "Modalità richiesta",
 	"Reranking Model": "Modello di riclassificazione",
 	"Reranking Model": "Modello di riclassificazione",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Imposta voce",
 	"Set Voice": "Imposta voce",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Raccontaci di più:",
 	"Tell us more:": "Raccontaci di più:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carica un modello GGUF",
 	"Upload a GGUF model": "Carica un modello GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Attenzione: se aggiorni o cambi il tuo modello di embedding, dovrai reimportare tutti i documenti.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Attenzione: se aggiorni o cambi il tuo modello di embedding, dovrai reimportare tutti i documenti.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "Impostazioni del caricatore Web",
 	"Web Loader Settings": "Impostazioni del caricatore Web",

+ 18 - 1
src/lib/i18n/locales/ja-JP/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "アカウント承認待ち",
 	"Account Activation Pending": "アカウント承認待ち",
 	"Accurate information": "情報が正確",
 	"Accurate information": "情報が正確",
 	"Actions": "アクション",
 	"Actions": "アクション",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "アクティブユーザー",
 	"Active Users": "アクティブユーザー",
 	"Add": "追加",
 	"Add": "追加",
@@ -99,6 +100,7 @@
 	"Audio": "オーディオ",
 	"Audio": "オーディオ",
 	"August": "8月",
 	"August": "8月",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "クリップボードへの応答の自動コピー",
 	"Auto-Copy Response to Clipboard": "クリップボードへの応答の自動コピー",
 	"Auto-playback response": "応答の自動再生",
 	"Auto-playback response": "応答の自動再生",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "閉じる",
 	"Close": "閉じる",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "コードフォーマットに成功しました",
 	"Code formatted successfully": "コードフォーマットに成功しました",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "コントロール",
 	"Controls": "コントロール",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "コピー",
 	"Copied": "コピー",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Functionを削除しますか?",
 	"Delete function?": "Functionを削除しますか?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "プロンプトを削除しますか?",
 	"Delete prompt?": "プロンプトを削除しますか?",
 	"delete this link": "このリンクを削除します",
 	"delete this link": "このリンクを削除します",
 	"Delete tool?": "ツールを削除しますか?",
 	"Delete tool?": "ツールを削除しますか?",
@@ -283,6 +289,7 @@
 	"Discover a model": "モデルを探す",
 	"Discover a model": "モデルを探す",
 	"Discover a prompt": "プロンプトを探す",
 	"Discover a prompt": "プロンプトを探す",
 	"Discover a tool": "ツールを探す",
 	"Discover a tool": "ツールを探す",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "カスタムFunctionを探してダウンロードする",
 	"Discover, download, and explore custom functions": "カスタムFunctionを探してダウンロードする",
 	"Discover, download, and explore custom prompts": "カスタムプロンプトを探してダウンロードする",
 	"Discover, download, and explore custom prompts": "カスタムプロンプトを探してダウンロードする",
@@ -307,6 +314,7 @@
 	"Don't like the style": "デザインが好きでない",
 	"Don't like the style": "デザインが好きでない",
 	"Done": "完了",
 	"Done": "完了",
 	"Download": "ダウンロード",
 	"Download": "ダウンロード",
+	"Download as SVG": "",
 	"Download canceled": "ダウンロードをキャンセルしました",
 	"Download canceled": "ダウンロードをキャンセルしました",
 	"Download Database": "データベースをダウンロード",
 	"Download Database": "データベースをダウンロード",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "設定アップデート失敗",
 	"Failed to update settings": "設定アップデート失敗",
 	"Failed to upload file.": "ファイルアップロード失敗",
 	"Failed to upload file.": "ファイルアップロード失敗",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "2月",
 	"February": "2月",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "フォーム",
 	"Form": "フォーム",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "頻度ペナルティ",
 	"Frequency Penalty": "頻度ペナルティ",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Functionの作成が成功しました。",
 	"Function created successfully": "Functionの作成が成功しました。",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "カスタムプロンプトを入力。空欄ならデフォルトプロンプト",
 	"Leave empty to use the default prompt, or enter a custom prompt": "カスタムプロンプトを入力。空欄ならデフォルトプロンプト",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "ライト",
 	"Light": "ライト",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "前向きな態度",
 	"Positive attitude": "前向きな態度",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "前の30日間",
 	"Previous 30 days": "前の30日間",
 	"Previous 7 days": "前の7日間",
 	"Previous 7 days": "前の7日間",
 	"Profile Image": "プロフィール画像",
 	"Profile Image": "プロフィール画像",
@@ -795,6 +807,7 @@
 	"Rename": "名前を変更",
 	"Rename": "名前を変更",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "最後の N を繰り返す",
 	"Repeat Last N": "最後の N を繰り返す",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "リクエストモード",
 	"Request Mode": "リクエストモード",
 	"Reranking Model": "モデルの再ランキング",
 	"Reranking Model": "モデルの再ランキング",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "音声を設定",
 	"Set Voice": "音声を設定",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "もっと話してください:",
 	"Tell us more:": "もっと話してください:",
 	"Temperature": "温度",
 	"Temperature": "温度",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "アップロード",
 	"Upload": "アップロード",
 	"Upload a GGUF model": "GGUF モデルをアップロード",
 	"Upload a GGUF model": "GGUF モデルをアップロード",
 	"Upload directory": "アップロードディレクトリ",
 	"Upload directory": "アップロードディレクトリ",
@@ -1079,6 +1095,7 @@
 	"Warning:": "警告:",
 	"Warning:": "警告:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告: 埋め込みモデルを更新または変更した場合は、すべてのドキュメントを再インポートする必要があります。",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告: 埋め込みモデルを更新または変更した場合は、すべてのドキュメントを再インポートする必要があります。",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "ウェブ",
 	"Web": "ウェブ",
 	"Web API": "ウェブAPI",
 	"Web API": "ウェブAPI",
 	"Web Loader Settings": "Web 読み込み設定",
 	"Web Loader Settings": "Web 読み込み設定",

+ 18 - 1
src/lib/i18n/locales/ka-GE/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "დიდი ინფორმაცია",
 	"Accurate information": "დიდი ინფორმაცია",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "დამატება",
 	"Add": "დამატება",
@@ -99,6 +100,7 @@
 	"Audio": "ხმოვანი",
 	"Audio": "ხმოვანი",
 	"August": "აგვისტო",
 	"August": "აგვისტო",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
 	"Auto-Copy Response to Clipboard": "პასუხის ავტომატური კოპირება ბუფერში",
 	"Auto-playback response": "ავტომატური დაკვრის პასუხი",
 	"Auto-playback response": "ავტომატური დაკვრის პასუხი",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "დახურვა",
 	"Close": "დახურვა",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "ბმულის წაშლა",
 	"delete this link": "ბმულის წაშლა",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "გაიგეთ მოდელი",
 	"Discover a model": "გაიგეთ მოდელი",
 	"Discover a prompt": "აღმოაჩინეთ მოთხოვნა",
 	"Discover a prompt": "აღმოაჩინეთ მოთხოვნა",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "აღმოაჩინეთ, ჩამოტვირთეთ და შეისწავლეთ მორგებული მოთხოვნები",
 	"Discover, download, and explore custom prompts": "აღმოაჩინეთ, ჩამოტვირთეთ და შეისწავლეთ მორგებული მოთხოვნები",
@@ -307,6 +314,7 @@
 	"Don't like the style": "არ ეთიკურია ფართოდ",
 	"Don't like the style": "არ ეთიკურია ფართოდ",
 	"Done": "",
 	"Done": "",
 	"Download": "ჩამოტვირთვა გაუქმებულია",
 	"Download": "ჩამოტვირთვა გაუქმებულია",
+	"Download as SVG": "",
 	"Download canceled": "ჩამოტვირთვა გაუქმებულია",
 	"Download canceled": "ჩამოტვირთვა გაუქმებულია",
 	"Download Database": "გადმოწერე მონაცემთა ბაზა",
 	"Download Database": "გადმოწერე მონაცემთა ბაზა",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "თებერვალი",
 	"February": "თებერვალი",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "სიხშირის ჯარიმა",
 	"Frequency Penalty": "სიხშირის ჯარიმა",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "მსუბუქი",
 	"Light": "მსუბუქი",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "პოზიტიური ანგარიში",
 	"Positive attitude": "პოზიტიური ანგარიში",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "უკან 30 დღე",
 	"Previous 30 days": "უკან 30 დღე",
 	"Previous 7 days": "უკან 7 დღე",
 	"Previous 7 days": "უკან 7 დღე",
 	"Profile Image": "პროფილის სურათი",
 	"Profile Image": "პროფილის სურათი",
@@ -795,6 +807,7 @@
 	"Rename": "პოპულარობის რაოდენობა",
 	"Rename": "პოპულარობის რაოდენობა",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "გაიმეორეთ ბოლო N",
 	"Repeat Last N": "გაიმეორეთ ბოლო N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "მოთხოვნის რეჟიმი",
 	"Request Mode": "მოთხოვნის რეჟიმი",
 	"Reranking Model": "რექვექტირება",
 	"Reranking Model": "რექვექტირება",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "ხმის დაყენება",
 	"Set Voice": "ხმის დაყენება",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "ჩვენთან დავუკავშირდით",
 	"Tell us more:": "ჩვენთან დავუკავშირდით",
 	"Temperature": "ტემპერატურა",
 	"Temperature": "ტემპერატურა",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "GGUF მოდელის ატვირთვა",
 	"Upload a GGUF model": "GGUF მოდელის ატვირთვა",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "გაფრთხილება: თუ განაახლებთ ან შეცვლით ჩანერგვის მოდელს, მოგიწევთ ყველა დოკუმენტის ხელახლა იმპორტი.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "გაფრთხილება: თუ განაახლებთ ან შეცვლით ჩანერგვის მოდელს, მოგიწევთ ყველა დოკუმენტის ხელახლა იმპორტი.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "ვები",
 	"Web": "ვები",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "ვების ჩატარების პარამეტრები",
 	"Web Loader Settings": "ვების ჩატარების პარამეტრები",

+ 18 - 1
src/lib/i18n/locales/ko-KR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "계정 활성화 대기",
 	"Account Activation Pending": "계정 활성화 대기",
 	"Accurate information": "정확한 정보",
 	"Accurate information": "정확한 정보",
 	"Actions": "행동",
 	"Actions": "행동",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅에서 \"{{COMMAND}}\"을 입력하여 이 명령을 활성화할 수 있습니다.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "채팅에서 \"{{COMMAND}}\"을 입력하여 이 명령을 활성화할 수 있습니다.",
 	"Active Users": "활성 사용자",
 	"Active Users": "활성 사용자",
 	"Add": "추가",
 	"Add": "추가",
@@ -99,6 +100,7 @@
 	"Audio": "오디오",
 	"Audio": "오디오",
 	"August": "8월",
 	"August": "8월",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "응답을 클립보드에 자동 복사",
 	"Auto-Copy Response to Clipboard": "응답을 클립보드에 자동 복사",
 	"Auto-playback response": "응답 자동 재생",
 	"Auto-playback response": "응답 자동 재생",
 	"Autocomplete Generation": "자동완성 생성",
 	"Autocomplete Generation": "자동완성 생성",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "닫기",
 	"Close": "닫기",
 	"Code execution": "코드 실행",
 	"Code execution": "코드 실행",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "성공적으로 코드가 생성되었습니다",
 	"Code formatted successfully": "성공적으로 코드가 생성되었습니다",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "TTS 요청에 메시지가 어떻게 나뉘어지는지 제어하십시오. '문장 부호'는 문장으로 나뉘고, '문단'은 문단으로 나뉘고, '없음'은 메세지를 하나의 문자열로 인식합니다.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "TTS 요청에 메시지가 어떻게 나뉘어지는지 제어하십시오. '문장 부호'는 문장으로 나뉘고, '문단'은 문단으로 나뉘고, '없음'은 메세지를 하나의 문자열로 인식합니다.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "제어",
 	"Controls": "제어",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "복사됨",
 	"Copied": "복사됨",
@@ -265,6 +270,7 @@
 	"Delete folder?": "폴더를 삭제하시겠습니까?",
 	"Delete folder?": "폴더를 삭제하시겠습니까?",
 	"Delete function?": "함수를 삭제하시겠습니까?",
 	"Delete function?": "함수를 삭제하시겠습니까?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "프롬프트를 삭제하시겠습니까?",
 	"Delete prompt?": "프롬프트를 삭제하시겠습니까?",
 	"delete this link": "이 링크를 삭제합니다.",
 	"delete this link": "이 링크를 삭제합니다.",
 	"Delete tool?": "도구를 삭제하시겠습니까?",
 	"Delete tool?": "도구를 삭제하시겠습니까?",
@@ -283,6 +289,7 @@
 	"Discover a model": "모델 검색",
 	"Discover a model": "모델 검색",
 	"Discover a prompt": "프롬프트 검색",
 	"Discover a prompt": "프롬프트 검색",
 	"Discover a tool": "도구 검색",
 	"Discover a tool": "도구 검색",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "사용자 정의 함수 검색, 다운로드 및 탐색",
 	"Discover, download, and explore custom functions": "사용자 정의 함수 검색, 다운로드 및 탐색",
 	"Discover, download, and explore custom prompts": "사용자 정의 프롬프트 검색, 다운로드 및 탐색",
 	"Discover, download, and explore custom prompts": "사용자 정의 프롬프트 검색, 다운로드 및 탐색",
@@ -307,6 +314,7 @@
 	"Don't like the style": "스타일이 마음에 안 드시나요?",
 	"Don't like the style": "스타일이 마음에 안 드시나요?",
 	"Done": "완료됨",
 	"Done": "완료됨",
 	"Download": "다운로드",
 	"Download": "다운로드",
+	"Download as SVG": "",
 	"Download canceled": "다운로드 취소",
 	"Download canceled": "다운로드 취소",
 	"Download Database": "데이터베이스 다운로드",
 	"Download Database": "데이터베이스 다운로드",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
 	"Failed to update settings": "설정 업데이트에 실패하였습니다.",
 	"Failed to upload file.": "파일 업로드에 실패했습니다",
 	"Failed to upload file.": "파일 업로드에 실패했습니다",
+	"Features": "",
 	"Features Permissions": "기능 권한",
 	"Features Permissions": "기능 권한",
 	"February": "2월",
 	"February": "2월",
 	"Feedback History": "피드백 기록",
 	"Feedback History": "피드백 기록",
@@ -476,6 +485,7 @@
 	"Form": "폼",
 	"Form": "폼",
 	"Format your variables using brackets like this:": "변수를 다음과 같이 괄호를 사용하여 생성하세요",
 	"Format your variables using brackets like this:": "변수를 다음과 같이 괄호를 사용하여 생성하세요",
 	"Frequency Penalty": "빈도 페널티",
 	"Frequency Penalty": "빈도 페널티",
+	"Full Context Mode": "",
 	"Function": "함수",
 	"Function": "함수",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "성공적으로 함수가 생성되었습니다",
 	"Function created successfully": "성공적으로 함수가 생성되었습니다",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "특정 모델을 선택하거나 모든 모델을 포함하고 싶으면 빈칸으로 남겨두세요",
 	"Leave empty to include all models or select specific models": "특정 모델을 선택하거나 모든 모델을 포함하고 싶으면 빈칸으로 남겨두세요",
 	"Leave empty to use the default prompt, or enter a custom prompt": "기본 프롬프트를 사용하기 위해 빈칸으로 남겨두거나, 커스텀 프롬프트를 입력하세요",
 	"Leave empty to use the default prompt, or enter a custom prompt": "기본 프롬프트를 사용하기 위해 빈칸으로 남겨두거나, 커스텀 프롬프트를 입력하세요",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "라이트",
 	"Light": "라이트",
 	"Listening...": "듣는 중...",
 	"Listening...": "듣는 중...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "긍정적인 자세",
 	"Positive attitude": "긍정적인 자세",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "이전 30일",
 	"Previous 30 days": "이전 30일",
 	"Previous 7 days": "이전 7일",
 	"Previous 7 days": "이전 7일",
 	"Profile Image": "프로필 이미지",
 	"Profile Image": "프로필 이미지",
@@ -795,6 +807,7 @@
 	"Rename": "이름 변경",
 	"Rename": "이름 변경",
 	"Reorder Models": "모델 재정렬",
 	"Reorder Models": "모델 재정렬",
 	"Repeat Last N": "마지막 N 반복",
 	"Repeat Last N": "마지막 N 반복",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "요청 모드",
 	"Request Mode": "요청 모드",
 	"Reranking Model": "Reranking 모델",
 	"Reranking Model": "Reranking 모델",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "음성 설정",
 	"Set Voice": "음성 설정",
 	"Set whisper model": "자막 생성기 모델 설정",
 	"Set whisper model": "자막 생성기 모델 설정",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "생성을 위한 무작위 숫자 시드를 설정합니다. 이 값을 특정 숫자로 설정하면 동일한 프롬프트에 대해 동일한 텍스트를 생성합니다. (기본값: 무작위)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "생성을 위한 무작위 숫자 시드를 설정합니다. 이 값을 특정 숫자로 설정하면 동일한 프롬프트에 대해 동일한 텍스트를 생성합니다. (기본값: 무작위)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "중단 시퀀스를 설정합니다. 이 패턴이 발생하면 LLM은 텍스트 생성을 중단하고 반환합니다. 여러 중단 패턴은 모델 파일에서 여러 개의 별도 중단 매개변수를 지정하여 설정할 수 있습니다.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "중단 시퀀스를 설정합니다. 이 패턴이 발생하면 LLM은 텍스트 생성을 중단하고 반환합니다. 여러 중단 패턴은 모델 파일에서 여러 개의 별도 중단 매개변수를 지정하여 설정할 수 있습니다.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "태그 생성 프롬프트",
 	"Tags Generation Prompt": "태그 생성 프롬프트",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "탭하여 중단",
 	"Tap to interrupt": "탭하여 중단",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API 키",
 	"Tavily API Key": "Tavily API 키",
 	"Tell us more:": "더 알려주세요:",
 	"Tell us more:": "더 알려주세요:",
 	"Temperature": "온도",
 	"Temperature": "온도",
@@ -1041,6 +1056,7 @@
 	"Updated": "업데이트됨",
 	"Updated": "업데이트됨",
 	"Updated at": "다음에 업데이트됨",
 	"Updated at": "다음에 업데이트됨",
 	"Updated At": "다음에 업데이트됨됨",
 	"Updated At": "다음에 업데이트됨됨",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "업로드",
 	"Upload": "업로드",
 	"Upload a GGUF model": "GGUF 모델 업로드",
 	"Upload a GGUF model": "GGUF 모델 업로드",
 	"Upload directory": "디렉토리 업로드",
 	"Upload directory": "디렉토리 업로드",
@@ -1079,6 +1095,7 @@
 	"Warning:": "주의:",
 	"Warning:": "주의:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "주의: 이 기능을 활성화하면 사용자가 서버에 임의 코드를 업로드할 수 있습니다.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "주의: 이 기능을 활성화하면 사용자가 서버에 임의 코드를 업로드할 수 있습니다.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "주의: 기존 임베딩 모델을 변경 또는 업데이트하는 경우, 모든 문서를 다시 가져와야 합니다.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "주의: 기존 임베딩 모델을 변경 또는 업데이트하는 경우, 모든 문서를 다시 가져와야 합니다.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "웹",
 	"Web": "웹",
 	"Web API": "웹 API",
 	"Web API": "웹 API",
 	"Web Loader Settings": "웹 로더 설정",
 	"Web Loader Settings": "웹 로더 설정",

+ 18 - 1
src/lib/i18n/locales/lt-LT/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Laukiama paskyros patvirtinimo",
 	"Account Activation Pending": "Laukiama paskyros patvirtinimo",
 	"Accurate information": "Tiksli informacija",
 	"Accurate information": "Tiksli informacija",
 	"Actions": "Veiksmai",
 	"Actions": "Veiksmai",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Aktyvūs naudotojai",
 	"Active Users": "Aktyvūs naudotojai",
 	"Add": "Pridėti",
 	"Add": "Pridėti",
@@ -99,6 +100,7 @@
 	"Audio": "Audio įrašas",
 	"Audio": "Audio įrašas",
 	"August": "Rugpjūtis",
 	"August": "Rugpjūtis",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatiškai nukopijuoti atsakymą",
 	"Auto-Copy Response to Clipboard": "Automatiškai nukopijuoti atsakymą",
 	"Auto-playback response": "Automatinis atsakymo skaitymas",
 	"Auto-playback response": "Automatinis atsakymo skaitymas",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Uždaryti",
 	"Close": "Uždaryti",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kodas suformatuotas sėkmingai",
 	"Code formatted successfully": "Kodas suformatuotas sėkmingai",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Valdymas",
 	"Controls": "Valdymas",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Nukopijuota",
 	"Copied": "Nukopijuota",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Ištrinti funkciją",
 	"Delete function?": "Ištrinti funkciją",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Ištrinti užklausą?",
 	"Delete prompt?": "Ištrinti užklausą?",
 	"delete this link": "Ištrinti nuorodą",
 	"delete this link": "Ištrinti nuorodą",
 	"Delete tool?": "Ištrinti įrankį?",
 	"Delete tool?": "Ištrinti įrankį?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Atrasti modelį",
 	"Discover a model": "Atrasti modelį",
 	"Discover a prompt": "Atrasti užklausas",
 	"Discover a prompt": "Atrasti užklausas",
 	"Discover a tool": "Atrasti įrankį",
 	"Discover a tool": "Atrasti įrankį",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Atrasti, atsisiųsti arba rasti naujas funkcijas",
 	"Discover, download, and explore custom functions": "Atrasti, atsisiųsti arba rasti naujas funkcijas",
 	"Discover, download, and explore custom prompts": "Atrasti ir parsisiųsti užklausas",
 	"Discover, download, and explore custom prompts": "Atrasti ir parsisiųsti užklausas",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nepatinka stilius",
 	"Don't like the style": "Nepatinka stilius",
 	"Done": "Atlikta",
 	"Done": "Atlikta",
 	"Download": "Parsisiųsti",
 	"Download": "Parsisiųsti",
+	"Download as SVG": "",
 	"Download canceled": "Parsisiuntimas atšauktas",
 	"Download canceled": "Parsisiuntimas atšauktas",
 	"Download Database": "Parsisiųsti duomenų bazę",
 	"Download Database": "Parsisiųsti duomenų bazę",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
 	"Failed to update settings": "Nepavyko atnaujinti nustatymų",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Vasaris",
 	"February": "Vasaris",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "Forma",
 	"Form": "Forma",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Dažnumo bauda",
 	"Frequency Penalty": "Dažnumo bauda",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funkcija sukurta sėkmingai",
 	"Function created successfully": "Funkcija sukurta sėkmingai",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Šviesus",
 	"Light": "Šviesus",
 	"Listening...": "Klausoma...",
 	"Listening...": "Klausoma...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozityvus elgesys",
 	"Positive attitude": "Pozityvus elgesys",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Paskutinės 30 dienų",
 	"Previous 30 days": "Paskutinės 30 dienų",
 	"Previous 7 days": "Paskutinės 7 dienos",
 	"Previous 7 days": "Paskutinės 7 dienos",
 	"Profile Image": "Profilio nuotrauka",
 	"Profile Image": "Profilio nuotrauka",
@@ -795,6 +807,7 @@
 	"Rename": "Pervadinti",
 	"Rename": "Pervadinti",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Pakartoti paskutinius N",
 	"Repeat Last N": "Pakartoti paskutinius N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Užklausos rėžimas",
 	"Request Mode": "Užklausos rėžimas",
 	"Reranking Model": "Reranking modelis",
 	"Reranking Model": "Reranking modelis",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Numatyti balsą",
 	"Set Voice": "Numatyti balsą",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Paspauskite norėdami pertraukti",
 	"Tap to interrupt": "Paspauskite norėdami pertraukti",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API raktas",
 	"Tavily API Key": "Tavily API raktas",
 	"Tell us more:": "Papasakokite daugiau",
 	"Tell us more:": "Papasakokite daugiau",
 	"Temperature": "Temperatūra",
 	"Temperature": "Temperatūra",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Atnaujinta",
 	"Updated at": "Atnaujinta",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Atnaujinti",
 	"Upload": "Atnaujinti",
 	"Upload a GGUF model": "Parsisiųsti GGUF modelį",
 	"Upload a GGUF model": "Parsisiųsti GGUF modelį",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Perspėjimas",
 	"Warning:": "Perspėjimas",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Jei pakeisite embedding modelį, turėsite reimportuoti visus dokumentus",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Jei pakeisite embedding modelį, turėsite reimportuoti visus dokumentus",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Web krovimo nustatymai",
 	"Web Loader Settings": "Web krovimo nustatymai",

+ 18 - 1
src/lib/i18n/locales/ms-MY/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Pengaktifan Akaun belum selesai",
 	"Account Activation Pending": "Pengaktifan Akaun belum selesai",
 	"Accurate information": "Informasi tepat",
 	"Accurate information": "Informasi tepat",
 	"Actions": "Tindakan",
 	"Actions": "Tindakan",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Pengguna Aktif",
 	"Active Users": "Pengguna Aktif",
 	"Add": "Tambah",
 	"Add": "Tambah",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Ogos",
 	"August": "Ogos",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Salin Response secara Automatik ke Papan Klip",
 	"Auto-Copy Response to Clipboard": "Salin Response secara Automatik ke Papan Klip",
 	"Auto-playback response": "Main semula respons secara automatik",
 	"Auto-playback response": "Main semula respons secara automatik",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Tutup",
 	"Close": "Tutup",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kod berjaya diformatkan",
 	"Code formatted successfully": "Kod berjaya diformatkan",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Kawalan",
 	"Controls": "Kawalan",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Disalin",
 	"Copied": "Disalin",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Padam fungsi?",
 	"Delete function?": "Padam fungsi?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Padam Gesaan?",
 	"Delete prompt?": "Padam Gesaan?",
 	"delete this link": "Padam pautan ini?",
 	"delete this link": "Padam pautan ini?",
 	"Delete tool?": "Padam alat?",
 	"Delete tool?": "Padam alat?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Temui model",
 	"Discover a model": "Temui model",
 	"Discover a prompt": "Temui gesaan",
 	"Discover a prompt": "Temui gesaan",
 	"Discover a tool": "Temui alat",
 	"Discover a tool": "Temui alat",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Temui, muat turun dan teroka fungsi tersuai",
 	"Discover, download, and explore custom functions": "Temui, muat turun dan teroka fungsi tersuai",
 	"Discover, download, and explore custom prompts": "Temui, muat turun dan teroka gesaan tersuai",
 	"Discover, download, and explore custom prompts": "Temui, muat turun dan teroka gesaan tersuai",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Tidak suka gaya ini",
 	"Don't like the style": "Tidak suka gaya ini",
 	"Done": "Selesai",
 	"Done": "Selesai",
 	"Download": "Muat Turun",
 	"Download": "Muat Turun",
+	"Download as SVG": "",
 	"Download canceled": "Muat Turun dibatalkan",
 	"Download canceled": "Muat Turun dibatalkan",
 	"Download Database": "Muat turun Pangkalan Data",
 	"Download Database": "Muat turun Pangkalan Data",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Gagal mengemaskini tetapan",
 	"Failed to update settings": "Gagal mengemaskini tetapan",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Febuari",
 	"February": "Febuari",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "Borang",
 	"Form": "Borang",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Penalti Kekerapan",
 	"Frequency Penalty": "Penalti Kekerapan",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Fungsi berjaya dibuat",
 	"Function created successfully": "Fungsi berjaya dibuat",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Cerah",
 	"Light": "Cerah",
 	"Listening...": "Mendengar...",
 	"Listening...": "Mendengar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Sikap positif",
 	"Positive attitude": "Sikap positif",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 hari sebelumnya",
 	"Previous 30 days": "30 hari sebelumnya",
 	"Previous 7 days": "7 hari sebelumnya",
 	"Previous 7 days": "7 hari sebelumnya",
 	"Profile Image": "Imej Profail",
 	"Profile Image": "Imej Profail",
@@ -795,6 +807,7 @@
 	"Rename": "Namakan Semula",
 	"Rename": "Namakan Semula",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Ulang N Terakhir",
 	"Repeat Last N": "Ulang N Terakhir",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Mod Permintaan",
 	"Request Mode": "Mod Permintaan",
 	"Reranking Model": "Model 'Reranking'",
 	"Reranking Model": "Model 'Reranking'",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Tetapan Suara",
 	"Set Voice": "Tetapan Suara",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Sentuh untuk mengganggu",
 	"Tap to interrupt": "Sentuh untuk mengganggu",
+	"Tasks": "",
 	"Tavily API Key": "Kunci API Tavily",
 	"Tavily API Key": "Kunci API Tavily",
 	"Tell us more:": "Beritahu kami lebih lanjut",
 	"Tell us more:": "Beritahu kami lebih lanjut",
 	"Temperature": "Suhu",
 	"Temperature": "Suhu",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Dikemaskini pada",
 	"Updated at": "Dikemaskini pada",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Muatnaik",
 	"Upload": "Muatnaik",
 	"Upload a GGUF model": "Muatnaik model GGUF",
 	"Upload a GGUF model": "Muatnaik model GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Amaran:",
 	"Warning:": "Amaran:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Amaran: Jika anda mengemas kini atau menukar model benam anda, anda perlu mengimport semula semua dokumen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Amaran: Jika anda mengemas kini atau menukar model benam anda, anda perlu mengimport semula semua dokumen.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Tetapan Pemuat Web",
 	"Web Loader Settings": "Tetapan Pemuat Web",

+ 18 - 1
src/lib/i18n/locales/nb-NO/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Venter på kontoaktivering",
 	"Account Activation Pending": "Venter på kontoaktivering",
 	"Accurate information": "Nøyaktig informasjon",
 	"Accurate information": "Nøyaktig informasjon",
 	"Actions": "Handlinger",
 	"Actions": "Handlinger",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktiver denne kommandoen ved å skrive inn \"/{{COMMAND}}\" i chattens inntastingsfelt.",
 	"Active Users": "Aktive brukere",
 	"Active Users": "Aktive brukere",
 	"Add": "Legg til",
 	"Add": "Legg til",
@@ -99,6 +100,7 @@
 	"Audio": "Lyd",
 	"Audio": "Lyd",
 	"August": "august",
 	"August": "august",
 	"Authenticate": "Godkjenn",
 	"Authenticate": "Godkjenn",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Kopier svar automatisk til utklippstavlen",
 	"Auto-Copy Response to Clipboard": "Kopier svar automatisk til utklippstavlen",
 	"Auto-playback response": "Spill av svar automatisk",
 	"Auto-playback response": "Spill av svar automatisk",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Lukk",
 	"Close": "Lukk",
 	"Code execution": "Kodekjøring",
 	"Code execution": "Kodekjøring",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Koden er formatert",
 	"Code formatted successfully": "Koden er formatert",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Fortsett med e-post",
 	"Continue with Email": "Fortsett med e-post",
 	"Continue with LDAP": "Fortsett med LDAP",
 	"Continue with LDAP": "Fortsett med LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrollerer hvordan meldingsteksten deles opp for TTS-forespørsler. 'Punctuation' deler opp i setninger, 'paragraphs' deler opp i avsnitt, og 'none' beholder meldingen som én enkelt streng.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrollerer hvordan meldingsteksten deles opp for TTS-forespørsler. 'Punctuation' deler opp i setninger, 'paragraphs' deler opp i avsnitt, og 'none' beholder meldingen som én enkelt streng.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Kontroller",
 	"Controls": "Kontroller",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Styrer balansen mellom sammenheng og mangfold i utdataene. En lavere verdi gir en mer fokusert og sammenhengende tekst. (Standard: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Styrer balansen mellom sammenheng og mangfold i utdataene. En lavere verdi gir en mer fokusert og sammenhengende tekst. (Standard: 5.0)",
 	"Copied": "Kopiert",
 	"Copied": "Kopiert",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Slette mappe?",
 	"Delete folder?": "Slette mappe?",
 	"Delete function?": "Slette funksjon?",
 	"Delete function?": "Slette funksjon?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Slette ledetekst?",
 	"Delete prompt?": "Slette ledetekst?",
 	"delete this link": "slett denne lenken",
 	"delete this link": "slett denne lenken",
 	"Delete tool?": "Slette verktøy?",
 	"Delete tool?": "Slette verktøy?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Oppdag en modell",
 	"Discover a model": "Oppdag en modell",
 	"Discover a prompt": "Oppdag en ledetekst",
 	"Discover a prompt": "Oppdag en ledetekst",
 	"Discover a tool": "Oppdag et verktøy",
 	"Discover a tool": "Oppdag et verktøy",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Oppdag ",
 	"Discover wonders": "Oppdag ",
 	"Discover, download, and explore custom functions": "Oppdag, last ned og utforsk tilpassede funksjoner",
 	"Discover, download, and explore custom functions": "Oppdag, last ned og utforsk tilpassede funksjoner",
 	"Discover, download, and explore custom prompts": "Oppdag, last ned og utforsk tilpassede ledetekster",
 	"Discover, download, and explore custom prompts": "Oppdag, last ned og utforsk tilpassede ledetekster",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Liker ikke stilen",
 	"Don't like the style": "Liker ikke stilen",
 	"Done": "Ferdig",
 	"Done": "Ferdig",
 	"Download": "Last ned",
 	"Download": "Last ned",
+	"Download as SVG": "",
 	"Download canceled": "Nedlasting avbrutt",
 	"Download canceled": "Nedlasting avbrutt",
 	"Download Database": "Last ned database",
 	"Download Database": "Last ned database",
 	"Drag and drop a file to upload or select a file to view": "Dra og slipp en fil for å laste den opp, eller velg en fil å vise den",
 	"Drag and drop a file to upload or select a file to view": "Dra og slipp en fil for å laste den opp, eller velg en fil å vise den",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller",
 	"Failed to save models configuration": "Kan ikke lagre konfigurasjonen av modeller",
 	"Failed to update settings": "Kan ikke oppdatere innstillinger",
 	"Failed to update settings": "Kan ikke oppdatere innstillinger",
 	"Failed to upload file.": "Kan ikke laste opp filen.",
 	"Failed to upload file.": "Kan ikke laste opp filen.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "februar",
 	"February": "februar",
 	"Feedback History": "Tilbakemeldingslogg",
 	"Feedback History": "Tilbakemeldingslogg",
@@ -476,6 +485,7 @@
 	"Form": "Form",
 	"Form": "Form",
 	"Format your variables using brackets like this:": "Formatér variablene dine med klammer som disse:",
 	"Format your variables using brackets like this:": "Formatér variablene dine med klammer som disse:",
 	"Frequency Penalty": "Frekvensstraff",
 	"Frequency Penalty": "Frekvensstraff",
+	"Full Context Mode": "",
 	"Function": "Funksjon",
 	"Function": "Funksjon",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funksjonen er opprettet",
 	"Function created successfully": "Funksjonen er opprettet",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "La stå tomt for å inkludere alle modeller",
 	"Leave empty to include all models or select specific models": "La stå tomt for å inkludere alle modeller",
 	"Leave empty to use the default prompt, or enter a custom prompt": "La stå tomt for å bruke standard ledetekst, eller angi en tilpasset ledetekst",
 	"Leave empty to use the default prompt, or enter a custom prompt": "La stå tomt for å bruke standard ledetekst, eller angi en tilpasset ledetekst",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Lys",
 	"Light": "Lys",
 	"Listening...": "Lytter ...",
 	"Listening...": "Lytter ...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positiv holdning",
 	"Positive attitude": "Positiv holdning",
 	"Prefix ID": "Prefiks-ID",
 	"Prefix ID": "Prefiks-ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefiks-ID brukes for å unngå konflikter med andre tilkoblinger ved å legge til et prefiks til modell-ID-ene. La det stå tomt for å deaktivere",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefiks-ID brukes for å unngå konflikter med andre tilkoblinger ved å legge til et prefiks til modell-ID-ene. La det stå tomt for å deaktivere",
+	"Presence Penalty": "",
 	"Previous 30 days": "Siste 30 dager",
 	"Previous 30 days": "Siste 30 dager",
 	"Previous 7 days": "Siste 7 dager",
 	"Previous 7 days": "Siste 7 dager",
 	"Profile Image": "Profilbilde",
 	"Profile Image": "Profilbilde",
@@ -795,6 +807,7 @@
 	"Rename": "Gi nytt navn",
 	"Rename": "Gi nytt navn",
 	"Reorder Models": "Sorter modeller på nytt",
 	"Reorder Models": "Sorter modeller på nytt",
 	"Repeat Last N": "Gjenta siste N",
 	"Repeat Last N": "Gjenta siste N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Forespørselsmodus",
 	"Request Mode": "Forespørselsmodus",
 	"Reranking Model": "Omrangeringsmodell",
 	"Reranking Model": "Omrangeringsmodell",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Angi antall arbeidstråder som skal brukes til beregning. Dette alternativet kontrollerer hvor mange tråder som brukes til å behandle innkommende forespørsler samtidig. Hvis du øker denne verdien, kan det forbedre ytelsen under arbeidsbelastninger med høy samtidighet, men det kan også føre til økt forbruk av CPU-ressurser.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Angi antall arbeidstråder som skal brukes til beregning. Dette alternativet kontrollerer hvor mange tråder som brukes til å behandle innkommende forespørsler samtidig. Hvis du øker denne verdien, kan det forbedre ytelsen under arbeidsbelastninger med høy samtidighet, men det kan også føre til økt forbruk av CPU-ressurser.",
 	"Set Voice": "Angi stemme",
 	"Set Voice": "Angi stemme",
 	"Set whisper model": "Angi whisper-modell",
 	"Set whisper model": "Angi whisper-modell",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Angir hvor langt tilbake modellen skal se for å forhindre repetisjon. (Standard: 64, 0 = deaktivert, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Angir hvor langt tilbake modellen skal se for å forhindre repetisjon. (Standard: 64, 0 = deaktivert, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Angir hvor sterkt repetisjoner skal straffes. En høyere verdi (f.eks. 1,5) vil straffe gjentakelser hardere, mens en lavere verdi (f.eks. 0,9) vil være mildere. (Standard: 1,1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Angir det tilfeldige tallfrøet som skal brukes til generering. Hvis du setter dette til et bestemt tall, vil modellen generere den samme teksten for den samme ledeteksten (standard: tilfeldig).",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Angir det tilfeldige tallfrøet som skal brukes til generering. Hvis du setter dette til et bestemt tall, vil modellen generere den samme teksten for den samme ledeteksten (standard: tilfeldig).",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Angir størrelsen på kontekstvinduet som brukes til å generere neste token. (Standard: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Angir størrelsen på kontekstvinduet som brukes til å generere neste token. (Standard: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Angir hvilke stoppsekvenser som skal brukes. Når dette mønsteret forekommer, stopper LLM genereringen av tekst og returnerer. Du kan angi flere stoppmønstre ved å spesifisere flere separate stoppparametere i en modellfil.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Angir hvilke stoppsekvenser som skal brukes. Når dette mønsteret forekommer, stopper LLM genereringen av tekst og returnerer. Du kan angi flere stoppmønstre ved å spesifisere flere separate stoppparametere i en modellfil.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Ledetekst for genering av etikett",
 	"Tags Generation Prompt": "Ledetekst for genering av etikett",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling brukes til å redusere innvirkningen av mindre sannsynlige tokens fra utdataene. En høyere verdi (f.eks. 2,0) vil redusere effekten mer, mens en verdi på 1,0 deaktiverer denne innstillingen. (standard: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling brukes til å redusere innvirkningen av mindre sannsynlige tokens fra utdataene. En høyere verdi (f.eks. 2,0) vil redusere effekten mer, mens en verdi på 1,0 deaktiverer denne innstillingen. (standard: 1)",
 	"Tap to interrupt": "Trykk for å avbryte",
 	"Tap to interrupt": "Trykk for å avbryte",
+	"Tasks": "",
 	"Tavily API Key": "API-nøkkel for Tavily",
 	"Tavily API Key": "API-nøkkel for Tavily",
 	"Tell us more:": "Fortell oss mer:",
 	"Tell us more:": "Fortell oss mer:",
 	"Temperature": "Temperatur",
 	"Temperature": "Temperatur",
@@ -1041,6 +1056,7 @@
 	"Updated": "Oppdatert",
 	"Updated": "Oppdatert",
 	"Updated at": "Oppdatert",
 	"Updated at": "Oppdatert",
 	"Updated At": "Oppdatert",
 	"Updated At": "Oppdatert",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Last opp",
 	"Upload": "Last opp",
 	"Upload a GGUF model": "Last opp en GGUF-modell",
 	"Upload a GGUF model": "Last opp en GGUF-modell",
 	"Upload directory": "Mappe for opplastinger",
 	"Upload directory": "Mappe for opplastinger",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Advarsel!",
 	"Warning:": "Advarsel!",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Advarsel: Hvis du aktiverer denne funksjonen, kan brukere laste opp vilkårlig kode på serveren.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Advarsel: Hvis du aktiverer denne funksjonen, kan brukere laste opp vilkårlig kode på serveren.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du oppdaterer eller endrer innbyggingsmodellen din, må du importere alle dokumenter på nytt.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Advarsel: Hvis du oppdaterer eller endrer innbyggingsmodellen din, må du importere alle dokumenter på nytt.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web-API",
 	"Web API": "Web-API",
 	"Web Loader Settings": "Web-lasterinnstillinger",
 	"Web Loader Settings": "Web-lasterinnstillinger",

+ 18 - 1
src/lib/i18n/locales/nl-NL/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Accountactivatie in afwachting",
 	"Account Activation Pending": "Accountactivatie in afwachting",
 	"Accurate information": "Accurate informatie",
 	"Accurate information": "Accurate informatie",
 	"Actions": "Acties",
 	"Actions": "Acties",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activeer dit commando door \"/{{COMMAND}}\" in de chat te typen",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Activeer dit commando door \"/{{COMMAND}}\" in de chat te typen",
 	"Active Users": "Actieve gebruikers",
 	"Active Users": "Actieve gebruikers",
 	"Add": "Toevoegen",
 	"Add": "Toevoegen",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "Augustus",
 	"August": "Augustus",
 	"Authenticate": "Authenticeer",
 	"Authenticate": "Authenticeer",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Antwoord automatisch kopiëren naar klembord",
 	"Auto-Copy Response to Clipboard": "Antwoord automatisch kopiëren naar klembord",
 	"Auto-playback response": "Automatisch afspelen van antwoord",
 	"Auto-playback response": "Automatisch afspelen van antwoord",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Sluiten",
 	"Close": "Sluiten",
 	"Code execution": "Code uitvoeren",
 	"Code execution": "Code uitvoeren",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Code succesvol geformateerd",
 	"Code formatted successfully": "Code succesvol geformateerd",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Ga door met E-mail",
 	"Continue with Email": "Ga door met E-mail",
 	"Continue with LDAP": "Ga door met LDAP",
 	"Continue with LDAP": "Ga door met LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Bepaal hoe berichttekst wordt opgesplitst voor TTS-verzoeken. 'Leestekens' splitst op in zinnen, 'alinea's' splitst op in paragrafen en 'geen' houdt het bericht als een enkele string.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Bepaal hoe berichttekst wordt opgesplitst voor TTS-verzoeken. 'Leestekens' splitst op in zinnen, 'alinea's' splitst op in paragrafen en 'geen' houdt het bericht als een enkele string.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Besturingselementen",
 	"Controls": "Besturingselementen",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Regelt de balans tussen coherentie en diversiteit van de uitvoer. Een lagere waarde resulteert in meer gerichte en coherente tekst. (Standaard: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Regelt de balans tussen coherentie en diversiteit van de uitvoer. Een lagere waarde resulteert in meer gerichte en coherente tekst. (Standaard: 5.0)",
 	"Copied": "Gekopieerd",
 	"Copied": "Gekopieerd",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Verwijder map?",
 	"Delete folder?": "Verwijder map?",
 	"Delete function?": "Verwijder functie?",
 	"Delete function?": "Verwijder functie?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Verwijder prompt?",
 	"Delete prompt?": "Verwijder prompt?",
 	"delete this link": "verwijder deze link",
 	"delete this link": "verwijder deze link",
 	"Delete tool?": "Verwijder tool?",
 	"Delete tool?": "Verwijder tool?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Ontdek een model",
 	"Discover a model": "Ontdek een model",
 	"Discover a prompt": "Ontdek een prompt",
 	"Discover a prompt": "Ontdek een prompt",
 	"Discover a tool": "Ontdek een tool",
 	"Discover a tool": "Ontdek een tool",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Ontdek wonderen",
 	"Discover wonders": "Ontdek wonderen",
 	"Discover, download, and explore custom functions": "Ontdek, download en verken aangepaste functies",
 	"Discover, download, and explore custom functions": "Ontdek, download en verken aangepaste functies",
 	"Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts",
 	"Discover, download, and explore custom prompts": "Ontdek, download en verken aangepaste prompts",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Vind je de stijl niet mooi?",
 	"Don't like the style": "Vind je de stijl niet mooi?",
 	"Done": "Voltooid",
 	"Done": "Voltooid",
 	"Download": "Download",
 	"Download": "Download",
+	"Download as SVG": "",
 	"Download canceled": "Download geannuleerd",
 	"Download canceled": "Download geannuleerd",
 	"Download Database": "Download database",
 	"Download Database": "Download database",
 	"Drag and drop a file to upload or select a file to view": "Sleep een bestand om te uploaden of selecteer een bestand om te bekijken",
 	"Drag and drop a file to upload or select a file to view": "Sleep een bestand om te uploaden of selecteer een bestand om te bekijken",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Het is niet gelukt om de modelconfiguratie op te slaan",
 	"Failed to save models configuration": "Het is niet gelukt om de modelconfiguratie op te slaan",
 	"Failed to update settings": "Instellingen konden niet worden bijgewerkt.",
 	"Failed to update settings": "Instellingen konden niet worden bijgewerkt.",
 	"Failed to upload file.": "Bestand kon niet worden geüpload.",
 	"Failed to upload file.": "Bestand kon niet worden geüpload.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Februari",
 	"February": "Februari",
 	"Feedback History": "Feedback geschiedenis",
 	"Feedback History": "Feedback geschiedenis",
@@ -476,6 +485,7 @@
 	"Form": "Formulier",
 	"Form": "Formulier",
 	"Format your variables using brackets like this:": "Formateer je variabelen met haken zoals dit:",
 	"Format your variables using brackets like this:": "Formateer je variabelen met haken zoals dit:",
 	"Frequency Penalty": "Frequentiestraf",
 	"Frequency Penalty": "Frequentiestraf",
+	"Full Context Mode": "",
 	"Function": "Functie",
 	"Function": "Functie",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Functie succesvol aangemaakt",
 	"Function created successfully": "Functie succesvol aangemaakt",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Laat leeg om alle modellen mee te nemen, of selecteer specifieke modellen",
 	"Leave empty to include all models or select specific models": "Laat leeg om alle modellen mee te nemen, of selecteer specifieke modellen",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Laat leeg om de standaard prompt te gebruiken, of selecteer een aangepaste prompt",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Laat leeg om de standaard prompt te gebruiken, of selecteer een aangepaste prompt",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Licht",
 	"Light": "Licht",
 	"Listening...": "Aan het luisteren...",
 	"Listening...": "Aan het luisteren...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positieve positie",
 	"Positive attitude": "Positieve positie",
 	"Prefix ID": "Voorvoegsel-ID",
 	"Prefix ID": "Voorvoegsel-ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Voorvoegsel-ID wordt gebruikt om conflicten met andere verbindingen te vermijden door een voorvoegsel aan het model-ID toe te voegen - laat leeg om uit te schakelen",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Voorvoegsel-ID wordt gebruikt om conflicten met andere verbindingen te vermijden door een voorvoegsel aan het model-ID toe te voegen - laat leeg om uit te schakelen",
+	"Presence Penalty": "",
 	"Previous 30 days": "Afgelopen 30 dagen",
 	"Previous 30 days": "Afgelopen 30 dagen",
 	"Previous 7 days": "Afgelopen 7 dagen",
 	"Previous 7 days": "Afgelopen 7 dagen",
 	"Profile Image": "Profielafbeelding",
 	"Profile Image": "Profielafbeelding",
@@ -795,6 +807,7 @@
 	"Rename": "Hernoemen",
 	"Rename": "Hernoemen",
 	"Reorder Models": "Herschik modellen",
 	"Reorder Models": "Herschik modellen",
 	"Repeat Last N": "Herhaal Laatste N",
 	"Repeat Last N": "Herhaal Laatste N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Request Modus",
 	"Request Mode": "Request Modus",
 	"Reranking Model": "Reranking Model",
 	"Reranking Model": "Reranking Model",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Stel het aantal threads in dat wordt gebruikt voor berekeningen. Deze optie bepaalt hoeveel threads worden gebruikt om gelijktijdig binnenkomende verzoeken te verwerken. Het verhogen van deze waarde kan de prestaties verbeteren onder hoge concurrency werklasten, maar kan ook meer CPU-bronnen verbruiken.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Stel het aantal threads in dat wordt gebruikt voor berekeningen. Deze optie bepaalt hoeveel threads worden gebruikt om gelijktijdig binnenkomende verzoeken te verwerken. Het verhogen van deze waarde kan de prestaties verbeteren onder hoge concurrency werklasten, maar kan ook meer CPU-bronnen verbruiken.",
 	"Set Voice": "Stel stem in",
 	"Set Voice": "Stel stem in",
 	"Set whisper model": "Stel Whisper-model in",
 	"Set whisper model": "Stel Whisper-model in",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Stelt in hoe ver het model terug moet kijken om herhaling te voorkomen. (Standaard: 64, 0 = uitgeschakeld, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Stelt in hoe ver het model terug moet kijken om herhaling te voorkomen. (Standaard: 64, 0 = uitgeschakeld, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Stelt in hoe sterk herhalingen bestraft moeten worden. Een hogere waarde (bijv. 1,5) zal herhalingen sterker bestraffen, terwijl een lagere waarde (bijv. 0,9) milder zal zijn. (Standaard: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Stelt de willekeurigheid in om te gebruiken voor het genereren. Als je dit op een specifiek getal instelt, genereert het model dezelfde tekst voor dezelfde prompt. (Standaard: willekeurig)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Stelt de willekeurigheid in om te gebruiken voor het genereren. Als je dit op een specifiek getal instelt, genereert het model dezelfde tekst voor dezelfde prompt. (Standaard: willekeurig)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Stelt de grootte in van het contextvenster dat wordt gebruikt om het volgende token te genereren. (Standaard: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Stelt de grootte in van het contextvenster dat wordt gebruikt om het volgende token te genereren. (Standaard: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Stelt de te gebruiken stopsequentie in. Als dit patroon wordt gevonden, stopt de LLM met het genereren van tekst en keert terug. Er kunnen meerdere stoppatronen worden ingesteld door meerdere afzonderlijke stopparameters op te geven in een modelbestand.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Stelt de te gebruiken stopsequentie in. Als dit patroon wordt gevonden, stopt de LLM met het genereren van tekst en keert terug. Er kunnen meerdere stoppatronen worden ingesteld door meerdere afzonderlijke stopparameters op te geven in een modelbestand.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt voor taggeneratie",
 	"Tags Generation Prompt": "Prompt voor taggeneratie",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling wordt gebruikt om de impact van minder waarschijnlijke tokens uit de uitvoer te verminderen. Een hogere waarde (bv. 2,0) zal de impact meer verminderen, terwijl een waarde van 1,0 deze instelling uitschakelt. (standaard: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling wordt gebruikt om de impact van minder waarschijnlijke tokens uit de uitvoer te verminderen. Een hogere waarde (bv. 2,0) zal de impact meer verminderen, terwijl een waarde van 1,0 deze instelling uitschakelt. (standaard: 1)",
 	"Tap to interrupt": "Tik om te onderbreken",
 	"Tap to interrupt": "Tik om te onderbreken",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API-sleutel",
 	"Tavily API Key": "Tavily API-sleutel",
 	"Tell us more:": "Vertel ons meer:",
 	"Tell us more:": "Vertel ons meer:",
 	"Temperature": "Temperatuur",
 	"Temperature": "Temperatuur",
@@ -1041,6 +1056,7 @@
 	"Updated": "Bijgewerkt",
 	"Updated": "Bijgewerkt",
 	"Updated at": "Bijgewerkt om",
 	"Updated at": "Bijgewerkt om",
 	"Updated At": "Bijgewerkt om",
 	"Updated At": "Bijgewerkt om",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Uploaden",
 	"Upload": "Uploaden",
 	"Upload a GGUF model": "Upload een GGUF-model",
 	"Upload a GGUF model": "Upload een GGUF-model",
 	"Upload directory": "Upload map",
 	"Upload directory": "Upload map",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Waarschuwing",
 	"Warning:": "Waarschuwing",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Waarschuwing: Door dit in te schakelen kunnen gebruikers willekeurige code uploaden naar de server.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Waarschuwing: Door dit in te schakelen kunnen gebruikers willekeurige code uploaden naar de server.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warning: Als je de embedding model bijwerkt of wijzigt, moet je alle documenten opnieuw importeren.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Warning: Als je de embedding model bijwerkt of wijzigt, moet je alle documenten opnieuw importeren.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web-API",
 	"Web API": "Web-API",
 	"Web Loader Settings": "Web Loader instellingen",
 	"Web Loader Settings": "Web Loader instellingen",

+ 18 - 1
src/lib/i18n/locales/pa-IN/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ",
 	"Accurate information": "ਸਹੀ ਜਾਣਕਾਰੀ",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "ਸ਼ਾਮਲ ਕਰੋ",
 	"Add": "ਸ਼ਾਮਲ ਕਰੋ",
@@ -99,6 +100,7 @@
 	"Audio": "ਆਡੀਓ",
 	"Audio": "ਆਡੀਓ",
 	"August": "ਅਗਸਤ",
 	"August": "ਅਗਸਤ",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
 	"Auto-Copy Response to Clipboard": "ਜਵਾਬ ਆਟੋ ਕਾਪੀ ਕਲਿੱਪਬੋਰਡ 'ਤੇ",
 	"Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
 	"Auto-playback response": "ਆਟੋ-ਪਲੇਬੈਕ ਜਵਾਬ",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "ਬੰਦ ਕਰੋ",
 	"Close": "ਬੰਦ ਕਰੋ",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
 	"delete this link": "ਇਸ ਲਿੰਕ ਨੂੰ ਮਿਟਾਓ",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "ਇੱਕ ਮਾਡਲ ਲੱਭੋ",
 	"Discover a model": "ਇੱਕ ਮਾਡਲ ਲੱਭੋ",
 	"Discover a prompt": "ਇੱਕ ਪ੍ਰੰਪਟ ਖੋਜੋ",
 	"Discover a prompt": "ਇੱਕ ਪ੍ਰੰਪਟ ਖੋਜੋ",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
 	"Discover, download, and explore custom prompts": "ਕਸਟਮ ਪ੍ਰੰਪਟਾਂ ਨੂੰ ਖੋਜੋ, ਡਾਊਨਲੋਡ ਕਰੋ ਅਤੇ ਪੜਚੋਲ ਕਰੋ",
@@ -307,6 +314,7 @@
 	"Don't like the style": "ਸਟਾਈਲ ਪਸੰਦ ਨਹੀਂ ਹੈ",
 	"Don't like the style": "ਸਟਾਈਲ ਪਸੰਦ ਨਹੀਂ ਹੈ",
 	"Done": "",
 	"Done": "",
 	"Download": "ਡਾਊਨਲੋਡ",
 	"Download": "ਡਾਊਨਲੋਡ",
+	"Download as SVG": "",
 	"Download canceled": "ਡਾਊਨਲੋਡ ਰੱਦ ਕੀਤਾ ਗਿਆ",
 	"Download canceled": "ਡਾਊਨਲੋਡ ਰੱਦ ਕੀਤਾ ਗਿਆ",
 	"Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
 	"Download Database": "ਡਾਟਾਬੇਸ ਡਾਊਨਲੋਡ ਕਰੋ",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "ਫਰਵਰੀ",
 	"February": "ਫਰਵਰੀ",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "ਬਾਰੰਬਾਰਤਾ ਜੁਰਮਾਨਾ",
 	"Frequency Penalty": "ਬਾਰੰਬਾਰਤਾ ਜੁਰਮਾਨਾ",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "ਹਲਕਾ",
 	"Light": "ਹਲਕਾ",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "ਸਕਾਰਾਤਮਕ ਰਵੱਈਆ",
 	"Positive attitude": "ਸਕਾਰਾਤਮਕ ਰਵੱਈਆ",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "ਪਿਛਲੇ 30 ਦਿਨ",
 	"Previous 30 days": "ਪਿਛਲੇ 30 ਦਿਨ",
 	"Previous 7 days": "ਪਿਛਲੇ 7 ਦਿਨ",
 	"Previous 7 days": "ਪਿਛਲੇ 7 ਦਿਨ",
 	"Profile Image": "ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ",
 	"Profile Image": "ਪ੍ਰੋਫਾਈਲ ਚਿੱਤਰ",
@@ -795,6 +807,7 @@
 	"Rename": "ਨਾਮ ਬਦਲੋ",
 	"Rename": "ਨਾਮ ਬਦਲੋ",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "ਆਖਰੀ N ਨੂੰ ਦੁਹਰਾਓ",
 	"Repeat Last N": "ਆਖਰੀ N ਨੂੰ ਦੁਹਰਾਓ",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "ਬੇਨਤੀ ਮੋਡ",
 	"Request Mode": "ਬੇਨਤੀ ਮੋਡ",
 	"Reranking Model": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ",
 	"Reranking Model": "ਮਾਡਲ ਮੁੜ ਰੈਂਕਿੰਗ",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "ਆਵਾਜ਼ ਸੈੱਟ ਕਰੋ",
 	"Set Voice": "ਆਵਾਜ਼ ਸੈੱਟ ਕਰੋ",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "ਸਾਨੂੰ ਹੋਰ ਦੱਸੋ:",
 	"Tell us more:": "ਸਾਨੂੰ ਹੋਰ ਦੱਸੋ:",
 	"Temperature": "ਤਾਪਮਾਨ",
 	"Temperature": "ਤਾਪਮਾਨ",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
 	"Upload a GGUF model": "ਇੱਕ GGUF ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "ਚੇਤਾਵਨੀ: ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਅੱਪਡੇਟ ਜਾਂ ਬਦਲਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਸਾਰੇ ਡਾਕੂਮੈਂਟ ਮੁੜ ਆਯਾਤ ਕਰਨ ਦੀ ਲੋੜ ਹੋਵੇਗੀ।",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "ਚੇਤਾਵਨੀ: ਜੇ ਤੁਸੀਂ ਆਪਣਾ ਐਮਬੈੱਡਿੰਗ ਮਾਡਲ ਅੱਪਡੇਟ ਜਾਂ ਬਦਲਦੇ ਹੋ, ਤਾਂ ਤੁਹਾਨੂੰ ਸਾਰੇ ਡਾਕੂਮੈਂਟ ਮੁੜ ਆਯਾਤ ਕਰਨ ਦੀ ਲੋੜ ਹੋਵੇਗੀ।",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "ਵੈਬ",
 	"Web": "ਵੈਬ",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "ਵੈਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ",
 	"Web Loader Settings": "ਵੈਬ ਲੋਡਰ ਸੈਟਿੰਗਾਂ",

+ 18 - 1
src/lib/i18n/locales/pl-PL/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "Dokładna informacja",
 	"Accurate information": "Dokładna informacja",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "Dodaj",
 	"Add": "Dodaj",
@@ -99,6 +100,7 @@
 	"Audio": "Dźwięk",
 	"Audio": "Dźwięk",
 	"August": "Sierpień",
 	"August": "Sierpień",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
 	"Auto-Copy Response to Clipboard": "Automatyczne kopiowanie odpowiedzi do schowka",
 	"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
 	"Auto-playback response": "Odtwarzanie automatyczne odpowiedzi",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Zamknij",
 	"Close": "Zamknij",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "usuń ten link",
 	"delete this link": "usuń ten link",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Odkryj model",
 	"Discover a model": "Odkryj model",
 	"Discover a prompt": "Odkryj prompt",
 	"Discover a prompt": "Odkryj prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty",
 	"Discover, download, and explore custom prompts": "Odkryj, pobierz i eksploruj niestandardowe prompty",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nie podobał mi się styl",
 	"Don't like the style": "Nie podobał mi się styl",
 	"Done": "",
 	"Done": "",
 	"Download": "Pobieranie",
 	"Download": "Pobieranie",
+	"Download as SVG": "",
 	"Download canceled": "Pobieranie przerwane",
 	"Download canceled": "Pobieranie przerwane",
 	"Download Database": "Pobierz bazę danych",
 	"Download Database": "Pobierz bazę danych",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Luty",
 	"February": "Luty",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Kara za częstotliwość",
 	"Frequency Penalty": "Kara za częstotliwość",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Jasny",
 	"Light": "Jasny",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozytywne podejście",
 	"Positive attitude": "Pozytywne podejście",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Poprzednie 30 dni",
 	"Previous 30 days": "Poprzednie 30 dni",
 	"Previous 7 days": "Poprzednie 7 dni",
 	"Previous 7 days": "Poprzednie 7 dni",
 	"Profile Image": "Obrazek profilowy",
 	"Profile Image": "Obrazek profilowy",
@@ -795,6 +807,7 @@
 	"Rename": "ZMień nazwę",
 	"Rename": "ZMień nazwę",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Powtórz ostatnie N",
 	"Repeat Last N": "Powtórz ostatnie N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Tryb żądania",
 	"Request Mode": "Tryb żądania",
 	"Reranking Model": "Zmiana rankingu modelu",
 	"Reranking Model": "Zmiana rankingu modelu",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Ustaw głos",
 	"Set Voice": "Ustaw głos",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Powiedz nam więcej",
 	"Tell us more:": "Powiedz nam więcej",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Prześlij model GGUF",
 	"Upload a GGUF model": "Prześlij model GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uwaga: Jeśli uaktualnisz lub zmienisz model osadzania, będziesz musiał ponownie zaimportować wszystkie dokumenty.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uwaga: Jeśli uaktualnisz lub zmienisz model osadzania, będziesz musiał ponownie zaimportować wszystkie dokumenty.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Sieć",
 	"Web": "Sieć",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "Ustawienia pobierania z sieci",
 	"Web Loader Settings": "Ustawienia pobierania z sieci",

+ 18 - 1
src/lib/i18n/locales/pt-BR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Ativação da Conta Pendente",
 	"Account Activation Pending": "Ativação da Conta Pendente",
 	"Accurate information": "Informação precisa",
 	"Accurate information": "Informação precisa",
 	"Actions": "Ações",
 	"Actions": "Ações",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ativar esse comando no chat digitando \"/{{COMMAND}}\"",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Ativar esse comando no chat digitando \"/{{COMMAND}}\"",
 	"Active Users": "Usuários Ativos",
 	"Active Users": "Usuários Ativos",
 	"Add": "Adicionar",
 	"Add": "Adicionar",
@@ -99,6 +100,7 @@
 	"Audio": "Áudio",
 	"Audio": "Áudio",
 	"August": "Agosto",
 	"August": "Agosto",
 	"Authenticate": "Autenticar",
 	"Authenticate": "Autenticar",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Auto-playback response": "Resposta de reprodução automática",
 	"Auto-playback response": "Resposta de reprodução automática",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Fechar",
 	"Close": "Fechar",
 	"Code execution": "Execução de código",
 	"Code execution": "Execução de código",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Código formatado com sucesso",
 	"Code formatted successfully": "Código formatado com sucesso",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Continuar com Email",
 	"Continue with Email": "Continuar com Email",
 	"Continue with LDAP": "Continuar com LDAP",
 	"Continue with LDAP": "Continuar com LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar como o texto do mensagem é dividido para solicitações TTS. 'Pontuação' dividida em frases, 'parágrafos' divide em parágrafos e 'não' mantém a mensagem como uma cadeia de caracteres.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlar como o texto do mensagem é dividido para solicitações TTS. 'Pontuação' dividida em frases, 'parágrafos' divide em parágrafos e 'não' mantém a mensagem como uma cadeia de caracteres.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Controles",
 	"Controls": "Controles",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar o equilibrio entre a coerencia e a diversidade da saída. Um valor mais baixo fará com que o texto seja mais focado e coerente. (Padrão: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Controlar o equilibrio entre a coerencia e a diversidade da saída. Um valor mais baixo fará com que o texto seja mais focado e coerente. (Padrão: 5.0)",
 	"Copied": "Copiado",
 	"Copied": "Copiado",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Excluir pasta?",
 	"Delete folder?": "Excluir pasta?",
 	"Delete function?": "Excluir função?",
 	"Delete function?": "Excluir função?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Excluir prompt?",
 	"Delete prompt?": "Excluir prompt?",
 	"delete this link": "Excluir este link",
 	"delete this link": "Excluir este link",
 	"Delete tool?": "Excluir ferramenta?",
 	"Delete tool?": "Excluir ferramenta?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Descubra um modelo",
 	"Discover a model": "Descubra um modelo",
 	"Discover a prompt": "Descubra um prompt",
 	"Discover a prompt": "Descubra um prompt",
 	"Discover a tool": "Descubra uma ferramenta",
 	"Discover a tool": "Descubra uma ferramenta",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Descobrir maravilhas",
 	"Discover wonders": "Descobrir maravilhas",
 	"Discover, download, and explore custom functions": "Descubra, baixe e explore funções personalizadas",
 	"Discover, download, and explore custom functions": "Descubra, baixe e explore funções personalizadas",
 	"Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados",
 	"Discover, download, and explore custom prompts": "Descubra, baixe e explore prompts personalizados",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Não gosta do estilo",
 	"Don't like the style": "Não gosta do estilo",
 	"Done": "Concluído",
 	"Done": "Concluído",
 	"Download": "Baixar",
 	"Download": "Baixar",
+	"Download as SVG": "",
 	"Download canceled": "Download cancelado",
 	"Download canceled": "Download cancelado",
 	"Download Database": "Baixar Banco de Dados",
 	"Download Database": "Baixar Banco de Dados",
 	"Drag and drop a file to upload or select a file to view": "Arraste e solte um arquivo para enviar ou selecione um arquivo para visualizar",
 	"Drag and drop a file to upload or select a file to view": "Arraste e solte um arquivo para enviar ou selecione um arquivo para visualizar",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Falha ao atualizar as configurações",
 	"Failed to update settings": "Falha ao atualizar as configurações",
 	"Failed to upload file.": "Falha ao carregar o arquivo.",
 	"Failed to upload file.": "Falha ao carregar o arquivo.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Fevereiro",
 	"February": "Fevereiro",
 	"Feedback History": "Histórico de comentários",
 	"Feedback History": "Histórico de comentários",
@@ -476,6 +485,7 @@
 	"Form": "Formulário",
 	"Form": "Formulário",
 	"Format your variables using brackets like this:": "Formate suas variáveis usando colchetes como este:",
 	"Format your variables using brackets like this:": "Formate suas variáveis usando colchetes como este:",
 	"Frequency Penalty": "Penalização por Frequência",
 	"Frequency Penalty": "Penalização por Frequência",
+	"Full Context Mode": "",
 	"Function": "Função",
 	"Function": "Função",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Função criada com sucesso",
 	"Function created successfully": "Função criada com sucesso",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Deixe vazio para incluir todos os modelos ou selecione modelos especificos",
 	"Leave empty to include all models or select specific models": "Deixe vazio para incluir todos os modelos ou selecione modelos especificos",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deixe vazio para usar o prompt padrão, ou insira um prompt personalizado",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Deixe vazio para usar o prompt padrão, ou insira um prompt personalizado",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Claro",
 	"Light": "Claro",
 	"Listening...": "Escutando...",
 	"Listening...": "Escutando...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Atitude positiva",
 	"Positive attitude": "Atitude positiva",
 	"Prefix ID": "Prefixo ID",
 	"Prefix ID": "Prefixo ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "O ID de prefixo é utilizado para evitar conflitos com outras conexões, adicionando um prefixo aos IDs dos modelos - deixe em branco para desativar.",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "O ID de prefixo é utilizado para evitar conflitos com outras conexões, adicionando um prefixo aos IDs dos modelos - deixe em branco para desativar.",
+	"Presence Penalty": "",
 	"Previous 30 days": "Últimos 30 dias",
 	"Previous 30 days": "Últimos 30 dias",
 	"Previous 7 days": "Últimos 7 dias",
 	"Previous 7 days": "Últimos 7 dias",
 	"Profile Image": "Imagem de Perfil",
 	"Profile Image": "Imagem de Perfil",
@@ -795,6 +807,7 @@
 	"Rename": "Renomear",
 	"Rename": "Renomear",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repetir Último N",
 	"Repeat Last N": "Repetir Último N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Modo de Solicitação",
 	"Request Mode": "Modo de Solicitação",
 	"Reranking Model": "Modelo de Reclassificação",
 	"Reranking Model": "Modelo de Reclassificação",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Defina o número de threads de trabalho usadas para computação. Esta opção controla quantos threads são usados para processar as solicitações recebidas de forma simultânea. Aumentar esse valor pode melhorar o desempenho em cargas de trabalho de alta concorrência, mas também pode consumir mais recursos da CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Defina o número de threads de trabalho usadas para computação. Esta opção controla quantos threads são usados para processar as solicitações recebidas de forma simultânea. Aumentar esse valor pode melhorar o desempenho em cargas de trabalho de alta concorrência, mas também pode consumir mais recursos da CPU.",
 	"Set Voice": "Definir Voz",
 	"Set Voice": "Definir Voz",
 	"Set whisper model": "Definir modelo Whisper",
 	"Set whisper model": "Definir modelo Whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Define a distância de retrocesso que o modelo deve olhar para evitar repetições. (Padrão: 64, 0 = desativado, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Define a distância de retrocesso que o modelo deve olhar para evitar repetições. (Padrão: 64, 0 = desativado, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Define com que intensidade as repetições serão penalizadas. Um valor mais alto (por exemplo, 1,5) penalizará as repetições mais fortemente, enquanto um valor mais baixo (por exemplo, 0,9) será mais permissivo. (Padrão: 1,1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Define a semente do número aleatório a ser usada para a geração. Definir isso como um número específico fará com que o modelo gere o mesmo texto para o mesmo prompt. (Padrão: aleatório)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Define a semente do número aleatório a ser usada para a geração. Definir isso como um número específico fará com que o modelo gere o mesmo texto para o mesmo prompt. (Padrão: aleatório)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Define o tamanho da janela de contexto usada para gerar o próximo token. (Padrão: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Define o tamanho da janela de contexto usada para gerar o próximo token. (Padrão: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Define as sequências de parada a serem usadas. Quando esse padrão for encontrado, o modelo de linguagem (LLM) parará de gerar texto e retornará. Vários padrões de parada podem ser definidos especificando parâmetros de parada separados em um arquivo de modelo.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Define as sequências de parada a serem usadas. Quando esse padrão for encontrado, o modelo de linguagem (LLM) parará de gerar texto e retornará. Vários padrões de parada podem ser definidos especificando parâmetros de parada separados em um arquivo de modelo.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt para geração de Tags",
 	"Tags Generation Prompt": "Prompt para geração de Tags",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "A amostragem *tail free* é usada para reduzir o impacto de tokens menos prováveis na saída. Um valor mais alto (por exemplo, 2,0) reduzirá mais o impacto, enquanto um valor de 1,0 desativa essa configuração. (Padrão: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "A amostragem *tail free* é usada para reduzir o impacto de tokens menos prováveis na saída. Um valor mais alto (por exemplo, 2,0) reduzirá mais o impacto, enquanto um valor de 1,0 desativa essa configuração. (Padrão: 1)",
 	"Tap to interrupt": "Toque para interromper",
 	"Tap to interrupt": "Toque para interromper",
+	"Tasks": "",
 	"Tavily API Key": "Chave da API Tavily",
 	"Tavily API Key": "Chave da API Tavily",
 	"Tell us more:": "Conte-nos mais:",
 	"Tell us more:": "Conte-nos mais:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "Atualizado",
 	"Updated": "Atualizado",
 	"Updated at": "Atualizado em",
 	"Updated at": "Atualizado em",
 	"Updated At": "Atualizado Em",
 	"Updated At": "Atualizado Em",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Fazer upload",
 	"Upload": "Fazer upload",
 	"Upload a GGUF model": "Fazer upload de um modelo GGUF",
 	"Upload a GGUF model": "Fazer upload de um modelo GGUF",
 	"Upload directory": "Carregar diretório",
 	"Upload directory": "Carregar diretório",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Aviso:",
 	"Warning:": "Aviso:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar isso permitirá que os usuários façam upload de código arbitrário no servidor.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Aviso: Habilitar isso permitirá que os usuários façam upload de código arbitrário no servidor.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar seu modelo de incorporação, será necessário reimportar todos os documentos.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar seu modelo de incorporação, será necessário reimportar todos os documentos.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Configurações do Carregador Web",
 	"Web Loader Settings": "Configurações do Carregador Web",

+ 18 - 1
src/lib/i18n/locales/pt-PT/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Ativação da Conta Pendente",
 	"Account Activation Pending": "Ativação da Conta Pendente",
 	"Accurate information": "Informações precisas",
 	"Accurate information": "Informações precisas",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Utilizadores Ativos",
 	"Active Users": "Utilizadores Ativos",
 	"Add": "Adicionar",
 	"Add": "Adicionar",
@@ -99,6 +100,7 @@
 	"Audio": "Áudio",
 	"Audio": "Áudio",
 	"August": "Agosto",
 	"August": "Agosto",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Auto-Copy Response to Clipboard": "Cópia Automática da Resposta para a Área de Transferência",
 	"Auto-playback response": "Reprodução automática da resposta",
 	"Auto-playback response": "Reprodução automática da resposta",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Fechar",
 	"Close": "Fechar",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "apagar este link",
 	"delete this link": "apagar este link",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Descubra um modelo",
 	"Discover a model": "Descubra um modelo",
 	"Discover a prompt": "Descobrir um prompt",
 	"Discover a prompt": "Descobrir um prompt",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Descubra, descarregue e explore prompts personalizados",
 	"Discover, download, and explore custom prompts": "Descubra, descarregue e explore prompts personalizados",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Não gosta do estilo",
 	"Don't like the style": "Não gosta do estilo",
 	"Done": "",
 	"Done": "",
 	"Download": "Descarregar",
 	"Download": "Descarregar",
+	"Download as SVG": "",
 	"Download canceled": "Download cancelado",
 	"Download canceled": "Download cancelado",
 	"Download Database": "Descarregar Base de Dados",
 	"Download Database": "Descarregar Base de Dados",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Falha ao atualizar as definições",
 	"Failed to update settings": "Falha ao atualizar as definições",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Fevereiro",
 	"February": "Fevereiro",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Penalidade de Frequência",
 	"Frequency Penalty": "Penalidade de Frequência",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Claro",
 	"Light": "Claro",
 	"Listening...": "A escutar...",
 	"Listening...": "A escutar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Atitude Positiva",
 	"Positive attitude": "Atitude Positiva",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Últimos 30 dias",
 	"Previous 30 days": "Últimos 30 dias",
 	"Previous 7 days": "Últimos 7 dias",
 	"Previous 7 days": "Últimos 7 dias",
 	"Profile Image": "Imagem de Perfil",
 	"Profile Image": "Imagem de Perfil",
@@ -795,6 +807,7 @@
 	"Rename": "Renomear",
 	"Rename": "Renomear",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repetir Últimos N",
 	"Repeat Last N": "Repetir Últimos N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Modo de Pedido",
 	"Request Mode": "Modo de Pedido",
 	"Reranking Model": "Modelo de Reranking",
 	"Reranking Model": "Modelo de Reranking",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Definir Voz",
 	"Set Voice": "Definir Voz",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Diga-nos mais:",
 	"Tell us more:": "Diga-nos mais:",
 	"Temperature": "Temperatura",
 	"Temperature": "Temperatura",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Carregar um modelo GGUF",
 	"Upload a GGUF model": "Carregar um modelo GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar o seu modelo de vetorização, você tem de reimportar todos os documentos.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Aviso: Se você atualizar ou alterar o seu modelo de vetorização, você tem de reimportar todos os documentos.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Configurações do Carregador da Web",
 	"Web Loader Settings": "Configurações do Carregador da Web",

+ 18 - 1
src/lib/i18n/locales/ro-RO/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Activarea contului în așteptare",
 	"Account Activation Pending": "Activarea contului în așteptare",
 	"Accurate information": "Informații precise",
 	"Accurate information": "Informații precise",
 	"Actions": "Acțiuni",
 	"Actions": "Acțiuni",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Utilizatori activi",
 	"Active Users": "Utilizatori activi",
 	"Add": "Adaugă",
 	"Add": "Adaugă",
@@ -99,6 +100,7 @@
 	"Audio": "Audio",
 	"Audio": "Audio",
 	"August": "August",
 	"August": "August",
 	"Authenticate": "Autentificare",
 	"Authenticate": "Autentificare",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Copiere Automată a Răspunsului în Clipboard",
 	"Auto-Copy Response to Clipboard": "Copiere Automată a Răspunsului în Clipboard",
 	"Auto-playback response": "Redare automată a răspunsului",
 	"Auto-playback response": "Redare automată a răspunsului",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Închide",
 	"Close": "Închide",
 	"Code execution": "Executarea codului",
 	"Code execution": "Executarea codului",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Cod formatat cu succes",
 	"Code formatted successfully": "Cod formatat cu succes",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlează modul în care textul mesajului este divizat pentru cererile TTS. 'Punctuation' împarte în propoziții, 'paragraphs' împarte în paragrafe, iar 'none' menține mesajul ca un șir unic.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Controlează modul în care textul mesajului este divizat pentru cererile TTS. 'Punctuation' împarte în propoziții, 'paragraphs' împarte în paragrafe, iar 'none' menține mesajul ca un șir unic.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Controale",
 	"Controls": "Controale",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Copiat",
 	"Copied": "Copiat",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Ștergeți folderul?",
 	"Delete folder?": "Ștergeți folderul?",
 	"Delete function?": "Șterge funcția?",
 	"Delete function?": "Șterge funcția?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Șterge promptul?",
 	"Delete prompt?": "Șterge promptul?",
 	"delete this link": "șterge acest link",
 	"delete this link": "șterge acest link",
 	"Delete tool?": "Șterge instrumentul?",
 	"Delete tool?": "Șterge instrumentul?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Descoperă un model",
 	"Discover a model": "Descoperă un model",
 	"Discover a prompt": "Descoperă un prompt",
 	"Discover a prompt": "Descoperă un prompt",
 	"Discover a tool": "Descoperă un instrument",
 	"Discover a tool": "Descoperă un instrument",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Descoperă, descarcă și explorează funcții personalizate",
 	"Discover, download, and explore custom functions": "Descoperă, descarcă și explorează funcții personalizate",
 	"Discover, download, and explore custom prompts": "Descoperă, descarcă și explorează prompturi personalizate",
 	"Discover, download, and explore custom prompts": "Descoperă, descarcă și explorează prompturi personalizate",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nu îți place stilul",
 	"Don't like the style": "Nu îți place stilul",
 	"Done": "Gata",
 	"Done": "Gata",
 	"Download": "Descarcă",
 	"Download": "Descarcă",
+	"Download as SVG": "",
 	"Download canceled": "Descărcare anulată",
 	"Download canceled": "Descărcare anulată",
 	"Download Database": "Descarcă Baza de Date",
 	"Download Database": "Descarcă Baza de Date",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
 	"Failed to update settings": "Actualizarea setărilor a eșuat",
 	"Failed to upload file.": "Încărcarea fișierului a eșuat.",
 	"Failed to upload file.": "Încărcarea fișierului a eșuat.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Februarie",
 	"February": "Februarie",
 	"Feedback History": "Istoricul feedback-ului",
 	"Feedback History": "Istoricul feedback-ului",
@@ -476,6 +485,7 @@
 	"Form": "Formular",
 	"Form": "Formular",
 	"Format your variables using brackets like this:": "Formatează variabilele folosind acolade așa:",
 	"Format your variables using brackets like this:": "Formatează variabilele folosind acolade așa:",
 	"Frequency Penalty": "Penalizare de Frecvență",
 	"Frequency Penalty": "Penalizare de Frecvență",
+	"Full Context Mode": "",
 	"Function": "Funcție",
 	"Function": "Funcție",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funcția a fost creată cu succes",
 	"Function created successfully": "Funcția a fost creată cu succes",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Lăsați gol pentru a include toate modelele sau selectați modele specifice",
 	"Leave empty to include all models or select specific models": "Lăsați gol pentru a include toate modelele sau selectați modele specifice",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Lăsați gol pentru a utiliza promptul implicit sau introduceți un prompt personalizat",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Lăsați gol pentru a utiliza promptul implicit sau introduceți un prompt personalizat",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Luminos",
 	"Light": "Luminos",
 	"Listening...": "Ascult...",
 	"Listening...": "Ascult...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Atitudine pozitivă",
 	"Positive attitude": "Atitudine pozitivă",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Ultimele 30 de zile",
 	"Previous 30 days": "Ultimele 30 de zile",
 	"Previous 7 days": "Ultimele 7 zile",
 	"Previous 7 days": "Ultimele 7 zile",
 	"Profile Image": "Imagine de Profil",
 	"Profile Image": "Imagine de Profil",
@@ -795,6 +807,7 @@
 	"Rename": "Redenumește",
 	"Rename": "Redenumește",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repetă Ultimele N",
 	"Repeat Last N": "Repetă Ultimele N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Mod de Cerere",
 	"Request Mode": "Mod de Cerere",
 	"Reranking Model": "Model de Rearanjare",
 	"Reranking Model": "Model de Rearanjare",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Setează Voce",
 	"Set Voice": "Setează Voce",
 	"Set whisper model": "Setează modelul whisper",
 	"Set whisper model": "Setează modelul whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Generarea de Etichete Prompt",
 	"Tags Generation Prompt": "Generarea de Etichete Prompt",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Apasă pentru a întrerupe",
 	"Tap to interrupt": "Apasă pentru a întrerupe",
+	"Tasks": "",
 	"Tavily API Key": "Cheie API Tavily",
 	"Tavily API Key": "Cheie API Tavily",
 	"Tell us more:": "Spune-ne mai multe:",
 	"Tell us more:": "Spune-ne mai multe:",
 	"Temperature": "Temperatură",
 	"Temperature": "Temperatură",
@@ -1041,6 +1056,7 @@
 	"Updated": "Actualizat",
 	"Updated": "Actualizat",
 	"Updated at": "Actualizat la",
 	"Updated at": "Actualizat la",
 	"Updated At": "Actualizat la",
 	"Updated At": "Actualizat la",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Încărcare",
 	"Upload": "Încărcare",
 	"Upload a GGUF model": "Încarcă un model GGUF",
 	"Upload a GGUF model": "Încarcă un model GGUF",
 	"Upload directory": "Încărcare director",
 	"Upload directory": "Încărcare director",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Avertisment:",
 	"Warning:": "Avertisment:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertisment: Dacă actualizați sau schimbați modelul de încapsulare, va trebui să reimportați toate documentele.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Avertisment: Dacă actualizați sau schimbați modelul de încapsulare, va trebui să reimportați toate documentele.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "API Web",
 	"Web API": "API Web",
 	"Web Loader Settings": "Setări Încărcător Web",
 	"Web Loader Settings": "Setări Încărcător Web",

+ 18 - 1
src/lib/i18n/locales/ru-RU/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Ожидание активации учетной записи",
 	"Account Activation Pending": "Ожидание активации учетной записи",
 	"Accurate information": "Точная информация",
 	"Accurate information": "Точная информация",
 	"Actions": "Действия",
 	"Actions": "Действия",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активируйте эту команду, набрав \"/{{COMMAND}}\" для ввода в чате.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активируйте эту команду, набрав \"/{{COMMAND}}\" для ввода в чате.",
 	"Active Users": "Активные пользователи",
 	"Active Users": "Активные пользователи",
 	"Add": "Добавить",
 	"Add": "Добавить",
@@ -99,6 +100,7 @@
 	"Audio": "Аудио",
 	"Audio": "Аудио",
 	"August": "Август",
 	"August": "Август",
 	"Authenticate": "Аутентификация",
 	"Authenticate": "Аутентификация",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Автоматическое копирование ответа в буфер обмена",
 	"Auto-Copy Response to Clipboard": "Автоматическое копирование ответа в буфер обмена",
 	"Auto-playback response": "Автоматическое воспроизведение ответа",
 	"Auto-playback response": "Автоматическое воспроизведение ответа",
 	"Autocomplete Generation": "Генерация автозаполнения",
 	"Autocomplete Generation": "Генерация автозаполнения",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Закрыть",
 	"Close": "Закрыть",
 	"Code execution": "Выполнение кода",
 	"Code execution": "Выполнение кода",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Код успешно отформатирован",
 	"Code formatted successfully": "Код успешно отформатирован",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Продолжить с Email",
 	"Continue with Email": "Продолжить с Email",
 	"Continue with LDAP": "Продолжить с LDAP",
 	"Continue with LDAP": "Продолжить с LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Управляйте разделением текста сообщения для запросов TTS. 'Пунктуация' разделяет на предложения, 'абзацы' - разделяет на абзацы, а 'нет' сохраняет сообщение в виде одной строки.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Управляйте разделением текста сообщения для запросов TTS. 'Пунктуация' разделяет на предложения, 'абзацы' - разделяет на абзацы, а 'нет' сохраняет сообщение в виде одной строки.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Управление",
 	"Controls": "Управление",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Управляет балансом между согласованностью и разнообразием выходных данных. Меньшее значение приведет к более сфокусированному и связному тексту. (По умолчанию: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Управляет балансом между согласованностью и разнообразием выходных данных. Меньшее значение приведет к более сфокусированному и связному тексту. (По умолчанию: 5.0)",
 	"Copied": "Скопировано",
 	"Copied": "Скопировано",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Удалить папку?",
 	"Delete folder?": "Удалить папку?",
 	"Delete function?": "Удалить функцию?",
 	"Delete function?": "Удалить функцию?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Удалить промпт?",
 	"Delete prompt?": "Удалить промпт?",
 	"delete this link": "удалить эту ссылку",
 	"delete this link": "удалить эту ссылку",
 	"Delete tool?": "Удалить этот инструмент?",
 	"Delete tool?": "Удалить этот инструмент?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Найти модель",
 	"Discover a model": "Найти модель",
 	"Discover a prompt": "Найти промпт",
 	"Discover a prompt": "Найти промпт",
 	"Discover a tool": "Найти инструмент",
 	"Discover a tool": "Найти инструмент",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Откройте для себя чудеса",
 	"Discover wonders": "Откройте для себя чудеса",
 	"Discover, download, and explore custom functions": "Находите, загружайте и исследуйте пользовательские функции",
 	"Discover, download, and explore custom functions": "Находите, загружайте и исследуйте пользовательские функции",
 	"Discover, download, and explore custom prompts": "Находите, загружайте и исследуйте пользовательские промпты",
 	"Discover, download, and explore custom prompts": "Находите, загружайте и исследуйте пользовательские промпты",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Не нравится стиль",
 	"Don't like the style": "Не нравится стиль",
 	"Done": "Готово",
 	"Done": "Готово",
 	"Download": "Загрузить",
 	"Download": "Загрузить",
+	"Download as SVG": "",
 	"Download canceled": "Загрузка отменена",
 	"Download canceled": "Загрузка отменена",
 	"Download Database": "Загрузить базу данных",
 	"Download Database": "Загрузить базу данных",
 	"Drag and drop a file to upload or select a file to view": "Перетащите файл для загрузки или выберите файл для просмотра.",
 	"Drag and drop a file to upload or select a file to view": "Перетащите файл для загрузки или выберите файл для просмотра.",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Не удалось обновить настройки",
 	"Failed to update settings": "Не удалось обновить настройки",
 	"Failed to upload file.": "Не удалось загрузить файл.",
 	"Failed to upload file.": "Не удалось загрузить файл.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Февраль",
 	"February": "Февраль",
 	"Feedback History": "История отзывов",
 	"Feedback History": "История отзывов",
@@ -476,6 +485,7 @@
 	"Form": "Форма",
 	"Form": "Форма",
 	"Format your variables using brackets like this:": "Отформатируйте переменные, используя такие : скобки",
 	"Format your variables using brackets like this:": "Отформатируйте переменные, используя такие : скобки",
 	"Frequency Penalty": "Штраф за частоту",
 	"Frequency Penalty": "Штраф за частоту",
+	"Full Context Mode": "",
 	"Function": "Функция",
 	"Function": "Функция",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Функция успешно создана",
 	"Function created successfully": "Функция успешно создана",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Оставьте пустым, чтобы использовать промпт по умолчанию, или введите пользовательский промпт",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Оставьте пустым, чтобы использовать промпт по умолчанию, или введите пользовательский промпт",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Светлый",
 	"Light": "Светлый",
 	"Listening...": "Слушаю...",
 	"Listening...": "Слушаю...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Позитивный настрой",
 	"Positive attitude": "Позитивный настрой",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Предыдущие 30 дней",
 	"Previous 30 days": "Предыдущие 30 дней",
 	"Previous 7 days": "Предыдущие 7 дней",
 	"Previous 7 days": "Предыдущие 7 дней",
 	"Profile Image": "Изображение профиля",
 	"Profile Image": "Изображение профиля",
@@ -795,6 +807,7 @@
 	"Rename": "Переименовать",
 	"Rename": "Переименовать",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Повторить последние N",
 	"Repeat Last N": "Повторить последние N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Режим запроса",
 	"Request Mode": "Режим запроса",
 	"Reranking Model": "Модель реранжирования",
 	"Reranking Model": "Модель реранжирования",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Установить голос",
 	"Set Voice": "Установить голос",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Нажмите, чтобы прервать",
 	"Tap to interrupt": "Нажмите, чтобы прервать",
+	"Tasks": "",
 	"Tavily API Key": "Ключ API Tavily",
 	"Tavily API Key": "Ключ API Tavily",
 	"Tell us more:": "Пожалуйста, расскажите нам больше:",
 	"Tell us more:": "Пожалуйста, расскажите нам больше:",
 	"Temperature": "Температура",
 	"Temperature": "Температура",
@@ -1041,6 +1056,7 @@
 	"Updated": "Обновлено",
 	"Updated": "Обновлено",
 	"Updated at": "Обновлено",
 	"Updated at": "Обновлено",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Загрузить",
 	"Upload": "Загрузить",
 	"Upload a GGUF model": "Загрузить модель GGUF",
 	"Upload a GGUF model": "Загрузить модель GGUF",
 	"Upload directory": "Загрузить каталог",
 	"Upload directory": "Загрузить каталог",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Предупреждение:",
 	"Warning:": "Предупреждение:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Предупреждение. Включение этого параметра позволит пользователям загружать произвольный код на сервер.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Предупреждение. Включение этого параметра позволит пользователям загружать произвольный код на сервер.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Если вы обновите или измените модель эмбеддинга, вам нужно будет повторно импортировать все документы.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Предупреждение: Если вы обновите или измените модель эмбеддинга, вам нужно будет повторно импортировать все документы.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Веб",
 	"Web": "Веб",
 	"Web API": "Веб API",
 	"Web API": "Веб API",
 	"Web Loader Settings": "Настройки веб-загрузчика",
 	"Web Loader Settings": "Настройки веб-загрузчика",

+ 18 - 1
src/lib/i18n/locales/sk-SK/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Čaká sa na aktiváciu účtu",
 	"Account Activation Pending": "Čaká sa na aktiváciu účtu",
 	"Accurate information": "Presné informácie",
 	"Accurate information": "Presné informácie",
 	"Actions": "Akcie",
 	"Actions": "Akcie",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Aktivujte tento príkaz napísaním \"/{{COMMAND}}\" do chatového vstupu",
 	"Active Users": "Aktívni užívatelia",
 	"Active Users": "Aktívni užívatelia",
 	"Add": "Pridať",
 	"Add": "Pridať",
@@ -99,6 +100,7 @@
 	"Audio": "Zvuk",
 	"Audio": "Zvuk",
 	"August": "August",
 	"August": "August",
 	"Authenticate": "Autentifikovať",
 	"Authenticate": "Autentifikovať",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Automatické kopírovanie odpovede do schránky",
 	"Auto-Copy Response to Clipboard": "Automatické kopírovanie odpovede do schránky",
 	"Auto-playback response": "Automatická odpoveď pri prehrávaní",
 	"Auto-playback response": "Automatická odpoveď pri prehrávaní",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Zavrieť",
 	"Close": "Zavrieť",
 	"Code execution": "Vykonávanie kódu",
 	"Code execution": "Vykonávanie kódu",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kód bol úspešne naformátovaný.",
 	"Code formatted successfully": "Kód bol úspešne naformátovaný.",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrola, ako sa text správy rozdeľuje pre požiadavky TTS. 'Punctuation' rozdeľuje text na vety, 'paragraphs' rozdeľuje text na odseky a 'none' ponecháva správu ako jeden celý reťazec.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Kontrola, ako sa text správy rozdeľuje pre požiadavky TTS. 'Punctuation' rozdeľuje text na vety, 'paragraphs' rozdeľuje text na odseky a 'none' ponecháva správu ako jeden celý reťazec.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Ovládacie prvky",
 	"Controls": "Ovládacie prvky",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Skopírované",
 	"Copied": "Skopírované",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Odstrániť priečinok?",
 	"Delete folder?": "Odstrániť priečinok?",
 	"Delete function?": "Funkcia na odstránenie?",
 	"Delete function?": "Funkcia na odstránenie?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Odstrániť prompt?",
 	"Delete prompt?": "Odstrániť prompt?",
 	"delete this link": "odstrániť tento odkaz",
 	"delete this link": "odstrániť tento odkaz",
 	"Delete tool?": "Odstrániť nástroj?",
 	"Delete tool?": "Odstrániť nástroj?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Objaviť model",
 	"Discover a model": "Objaviť model",
 	"Discover a prompt": "Objaviť prompt",
 	"Discover a prompt": "Objaviť prompt",
 	"Discover a tool": "Objaviť nástroj",
 	"Discover a tool": "Objaviť nástroj",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Objavujte, sťahujte a preskúmajte vlastné funkcie",
 	"Discover, download, and explore custom functions": "Objavujte, sťahujte a preskúmajte vlastné funkcie",
 	"Discover, download, and explore custom prompts": "Objavte, stiahnite a preskúmajte vlastné prompty.",
 	"Discover, download, and explore custom prompts": "Objavte, stiahnite a preskúmajte vlastné prompty.",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Nepáči sa mi tento štýl.",
 	"Don't like the style": "Nepáči sa mi tento štýl.",
 	"Done": "Hotovo.",
 	"Done": "Hotovo.",
 	"Download": "Stiahnuť",
 	"Download": "Stiahnuť",
+	"Download as SVG": "",
 	"Download canceled": "Sťahovanie zrušené",
 	"Download canceled": "Sťahovanie zrušené",
 	"Download Database": "Stiahnuť databázu",
 	"Download Database": "Stiahnuť databázu",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Nepodarilo sa aktualizovať nastavenia",
 	"Failed to update settings": "Nepodarilo sa aktualizovať nastavenia",
 	"Failed to upload file.": "Nepodarilo sa nahrať súbor.",
 	"Failed to upload file.": "Nepodarilo sa nahrať súbor.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Február",
 	"February": "Február",
 	"Feedback History": "História spätnej väzby",
 	"Feedback History": "História spätnej väzby",
@@ -476,6 +485,7 @@
 	"Form": "Formulár",
 	"Form": "Formulár",
 	"Format your variables using brackets like this:": "Formátujte svoje premenné pomocou zátvoriek takto:",
 	"Format your variables using brackets like this:": "Formátujte svoje premenné pomocou zátvoriek takto:",
 	"Frequency Penalty": "Penalizácia frekvencie",
 	"Frequency Penalty": "Penalizácia frekvencie",
+	"Full Context Mode": "",
 	"Function": "Funkcia",
 	"Function": "Funkcia",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Funkcia bola úspešne vytvorená.",
 	"Function created successfully": "Funkcia bola úspešne vytvorená.",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Nechajte prázdne pre zahrnutie všetkých modelov alebo vyberte konkrétne modely.",
 	"Leave empty to include all models or select specific models": "Nechajte prázdne pre zahrnutie všetkých modelov alebo vyberte konkrétne modely.",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Nechajte prázdne pre použitie predvoleného podnetu, alebo zadajte vlastný podnet.",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Nechajte prázdne pre použitie predvoleného podnetu, alebo zadajte vlastný podnet.",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Svetlo",
 	"Light": "Svetlo",
 	"Listening...": "Počúvanie...",
 	"Listening...": "Počúvanie...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Pozitívny prístup",
 	"Positive attitude": "Pozitívny prístup",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Predchádzajúcich 30 dní",
 	"Previous 30 days": "Predchádzajúcich 30 dní",
 	"Previous 7 days": "Predchádzajúcich 7 dní",
 	"Previous 7 days": "Predchádzajúcich 7 dní",
 	"Profile Image": "Profilový obrázok",
 	"Profile Image": "Profilový obrázok",
@@ -795,6 +807,7 @@
 	"Rename": "Premenovať",
 	"Rename": "Premenovať",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Opakovať posledných N",
 	"Repeat Last N": "Opakovať posledných N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Režim žiadosti",
 	"Request Mode": "Režim žiadosti",
 	"Reranking Model": "Model na prehodnotenie poradia",
 	"Reranking Model": "Model na prehodnotenie poradia",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Nastaviť hlas",
 	"Set Voice": "Nastaviť hlas",
 	"Set whisper model": "Nastaviť model whisper",
 	"Set whisper model": "Nastaviť model whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Prompt na generovanie značiek",
 	"Tags Generation Prompt": "Prompt na generovanie značiek",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Klepnite na prerušenie",
 	"Tap to interrupt": "Klepnite na prerušenie",
+	"Tasks": "",
 	"Tavily API Key": "Kľúč API pre Tavily",
 	"Tavily API Key": "Kľúč API pre Tavily",
 	"Tell us more:": "Povedzte nám viac.",
 	"Tell us more:": "Povedzte nám viac.",
 	"Temperature": "",
 	"Temperature": "",
@@ -1041,6 +1056,7 @@
 	"Updated": "Aktualizované",
 	"Updated": "Aktualizované",
 	"Updated at": "Aktualizované dňa",
 	"Updated at": "Aktualizované dňa",
 	"Updated At": "Aktualizované dňa",
 	"Updated At": "Aktualizované dňa",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Nahrať",
 	"Upload": "Nahrať",
 	"Upload a GGUF model": "Nahrať model vo formáte GGUF",
 	"Upload a GGUF model": "Nahrať model vo formáte GGUF",
 	"Upload directory": "Nahrať adresár",
 	"Upload directory": "Nahrať adresár",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Upozornenie:",
 	"Warning:": "Upozornenie:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varovanie: Ak aktualizujete alebo zmeníte svoj model vkladania, budete musieť všetky dokumenty znovu importovať.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varovanie: Ak aktualizujete alebo zmeníte svoj model vkladania, budete musieť všetky dokumenty znovu importovať.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Webové API",
 	"Web API": "Webové API",
 	"Web Loader Settings": "Nastavenia Web Loaderu",
 	"Web Loader Settings": "Nastavenia Web Loaderu",

+ 18 - 1
src/lib/i18n/locales/sr-RS/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Налози за активирање",
 	"Account Activation Pending": "Налози за активирање",
 	"Accurate information": "Прецизне информације",
 	"Accurate information": "Прецизне информације",
 	"Actions": "Радње",
 	"Actions": "Радње",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Покрените ову наредбу куцањем \"/{{COMMAND}}\" у ћаскање.",
 	"Active Users": "Активни корисници",
 	"Active Users": "Активни корисници",
 	"Add": "Додај",
 	"Add": "Додај",
@@ -99,6 +100,7 @@
 	"Audio": "Звук",
 	"Audio": "Звук",
 	"August": "Август",
 	"August": "Август",
 	"Authenticate": "Идентификација",
 	"Authenticate": "Идентификација",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Самостално копирање одговора у оставу",
 	"Auto-Copy Response to Clipboard": "Самостално копирање одговора у оставу",
 	"Auto-playback response": "Самостално пуштање одговора",
 	"Auto-playback response": "Самостално пуштање одговора",
 	"Autocomplete Generation": "Стварање самодовршавања",
 	"Autocomplete Generation": "Стварање самодовршавања",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Затвори",
 	"Close": "Затвори",
 	"Code execution": "Извршавање кода",
 	"Code execution": "Извршавање кода",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Код форматиран успешно",
 	"Code formatted successfully": "Код форматиран успешно",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Настави са е-адресом",
 	"Continue with Email": "Настави са е-адресом",
 	"Continue with LDAP": "Настави са ЛДАП-ом",
 	"Continue with LDAP": "Настави са ЛДАП-ом",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Контроле",
 	"Controls": "Контроле",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Копирано",
 	"Copied": "Копирано",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Обрисати фасциклу?",
 	"Delete folder?": "Обрисати фасциклу?",
 	"Delete function?": "Обрисати функцију?",
 	"Delete function?": "Обрисати функцију?",
 	"Delete Message": "Обриши поруку",
 	"Delete Message": "Обриши поруку",
+	"Delete message?": "",
 	"Delete prompt?": "Обрисати упит?",
 	"Delete prompt?": "Обрисати упит?",
 	"delete this link": "обриши ову везу",
 	"delete this link": "обриши ову везу",
 	"Delete tool?": "Обрисати алат?",
 	"Delete tool?": "Обрисати алат?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Откријте модел",
 	"Discover a model": "Откријте модел",
 	"Discover a prompt": "Откриј упит",
 	"Discover a prompt": "Откриј упит",
 	"Discover a tool": "Откријте алат",
 	"Discover a tool": "Откријте алат",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Откријте чудеса",
 	"Discover wonders": "Откријте чудеса",
 	"Discover, download, and explore custom functions": "Откријте, преузмите и истражите прилагођене функције",
 	"Discover, download, and explore custom functions": "Откријте, преузмите и истражите прилагођене функције",
 	"Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
 	"Discover, download, and explore custom prompts": "Откријте, преузмите и истражите прилагођене упите",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Не свиђа ми се стил",
 	"Don't like the style": "Не свиђа ми се стил",
 	"Done": "Готово",
 	"Done": "Готово",
 	"Download": "Преузми",
 	"Download": "Преузми",
+	"Download as SVG": "",
 	"Download canceled": "Преузимање отказано",
 	"Download canceled": "Преузимање отказано",
 	"Download Database": "Преузми базу података",
 	"Download Database": "Преузми базу података",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Фебруар",
 	"February": "Фебруар",
 	"Feedback History": "Историјат повратних података",
 	"Feedback History": "Историјат повратних података",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Фреквентна казна",
 	"Frequency Penalty": "Фреквентна казна",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Светла",
 	"Light": "Светла",
 	"Listening...": "Слушам...",
 	"Listening...": "Слушам...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Позитиван став",
 	"Positive attitude": "Позитиван став",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Претходних 30 дана",
 	"Previous 30 days": "Претходних 30 дана",
 	"Previous 7 days": "Претходних 7 дана",
 	"Previous 7 days": "Претходних 7 дана",
 	"Profile Image": "Слика профила",
 	"Profile Image": "Слика профила",
@@ -795,6 +807,7 @@
 	"Rename": "Преименуј",
 	"Rename": "Преименуј",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Понови последњих N",
 	"Repeat Last N": "Понови последњих N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Режим захтева",
 	"Request Mode": "Режим захтева",
 	"Reranking Model": "Модел поновног рангирања",
 	"Reranking Model": "Модел поновног рангирања",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Подеси глас",
 	"Set Voice": "Подеси глас",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Упит стварања ознака",
 	"Tags Generation Prompt": "Упит стварања ознака",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Реците нам више:",
 	"Tell us more:": "Реците нам више:",
 	"Temperature": "Температура",
 	"Temperature": "Температура",
@@ -1041,6 +1056,7 @@
 	"Updated": "Ажурирано",
 	"Updated": "Ажурирано",
 	"Updated at": "Ажурирано у",
 	"Updated at": "Ажурирано у",
 	"Updated At": "Ажурирано у",
 	"Updated At": "Ажурирано у",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Отпреми",
 	"Upload": "Отпреми",
 	"Upload a GGUF model": "Отпреми GGUF модел",
 	"Upload a GGUF model": "Отпреми GGUF модел",
 	"Upload directory": "Отпреми фасциклу",
 	"Upload directory": "Отпреми фасциклу",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Упозорење:",
 	"Warning:": "Упозорење:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Упозорење: ако ажурирате или промените ваш модел уградње, мораћете поново да увезете све документе.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Упозорење: ако ажурирате или промените ваш модел уградње, мораћете поново да увезете све документе.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Веб",
 	"Web": "Веб",
 	"Web API": "Веб АПИ",
 	"Web API": "Веб АПИ",
 	"Web Loader Settings": "Подешавања веб учитавача",
 	"Web Loader Settings": "Подешавања веб учитавача",

+ 18 - 1
src/lib/i18n/locales/sv-SE/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Kontoaktivering väntar",
 	"Account Activation Pending": "Kontoaktivering väntar",
 	"Accurate information": "Exakt information",
 	"Accurate information": "Exakt information",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Aktiva användare",
 	"Active Users": "Aktiva användare",
 	"Add": "Lägg till",
 	"Add": "Lägg till",
@@ -99,6 +100,7 @@
 	"Audio": "Ljud",
 	"Audio": "Ljud",
 	"August": "augusti",
 	"August": "augusti",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Svara AutoCopy till urklipp",
 	"Auto-Copy Response to Clipboard": "Svara AutoCopy till urklipp",
 	"Auto-playback response": "Automatisk uppspelning",
 	"Auto-playback response": "Automatisk uppspelning",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Stäng",
 	"Close": "Stäng",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "radera denna länk",
 	"delete this link": "radera denna länk",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "Upptäck en modell",
 	"Discover a model": "Upptäck en modell",
 	"Discover a prompt": "Upptäck en instruktion",
 	"Discover a prompt": "Upptäck en instruktion",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "Upptäck, ladda ner och utforska anpassade instruktioner",
 	"Discover, download, and explore custom prompts": "Upptäck, ladda ner och utforska anpassade instruktioner",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Tycker inte om utseendet",
 	"Don't like the style": "Tycker inte om utseendet",
 	"Done": "",
 	"Done": "",
 	"Download": "Ladda ner",
 	"Download": "Ladda ner",
+	"Download as SVG": "",
 	"Download canceled": "Nedladdning avbruten",
 	"Download canceled": "Nedladdning avbruten",
 	"Download Database": "Ladda ner databas",
 	"Download Database": "Ladda ner databas",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
 	"Failed to update settings": "Misslyckades med att uppdatera inställningarna",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "februari",
 	"February": "februari",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Straff för frekvens",
 	"Frequency Penalty": "Straff för frekvens",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Ljus",
 	"Light": "Ljus",
 	"Listening...": "Lyssnar...",
 	"Listening...": "Lyssnar...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Positivt inställning",
 	"Positive attitude": "Positivt inställning",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Föregående 30 dagar",
 	"Previous 30 days": "Föregående 30 dagar",
 	"Previous 7 days": "Föregående 7 dagar",
 	"Previous 7 days": "Föregående 7 dagar",
 	"Profile Image": "Profilbild",
 	"Profile Image": "Profilbild",
@@ -795,6 +807,7 @@
 	"Rename": "Byt namn",
 	"Rename": "Byt namn",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Upprepa senaste N",
 	"Repeat Last N": "Upprepa senaste N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Frågeläge",
 	"Request Mode": "Frågeläge",
 	"Reranking Model": "Reranking modell",
 	"Reranking Model": "Reranking modell",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Ange röst",
 	"Set Voice": "Ange röst",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Berätta mer:",
 	"Tell us more:": "Berätta mer:",
 	"Temperature": "Temperatur",
 	"Temperature": "Temperatur",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Ladda upp en GGUF-modell",
 	"Upload a GGUF model": "Ladda upp en GGUF-modell",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varning: Om du uppdaterar eller ändrar din embedding modell måste du importera alla dokument igen.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Varning: Om du uppdaterar eller ändrar din embedding modell måste du importera alla dokument igen.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Webb",
 	"Web": "Webb",
 	"Web API": "Webb-API",
 	"Web API": "Webb-API",
 	"Web Loader Settings": "Web Loader-inställningar",
 	"Web Loader Settings": "Web Loader-inställningar",

+ 18 - 1
src/lib/i18n/locales/th-TH/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "การเปิดใช้งานบัญชีอยู่ระหว่างดำเนินการ",
 	"Account Activation Pending": "การเปิดใช้งานบัญชีอยู่ระหว่างดำเนินการ",
 	"Accurate information": "ข้อมูลที่ถูกต้อง",
 	"Accurate information": "ข้อมูลที่ถูกต้อง",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "ผู้ใช้ที่ใช้งานอยู่",
 	"Active Users": "ผู้ใช้ที่ใช้งานอยู่",
 	"Add": "เพิ่ม",
 	"Add": "เพิ่ม",
@@ -99,6 +100,7 @@
 	"Audio": "เสียง",
 	"Audio": "เสียง",
 	"August": "สิงหาคม",
 	"August": "สิงหาคม",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "ตอบสนองการคัดลอกอัตโนมัติไปยังคลิปบอร์ด",
 	"Auto-Copy Response to Clipboard": "ตอบสนองการคัดลอกอัตโนมัติไปยังคลิปบอร์ด",
 	"Auto-playback response": "ตอบสนองการเล่นอัตโนมัติ",
 	"Auto-playback response": "ตอบสนองการเล่นอัตโนมัติ",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "ปิด",
 	"Close": "ปิด",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "จัดรูปแบบโค้ดสำเร็จแล้ว",
 	"Code formatted successfully": "จัดรูปแบบโค้ดสำเร็จแล้ว",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "การควบคุม",
 	"Controls": "การควบคุม",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "ลบฟังก์ชัน?",
 	"Delete function?": "ลบฟังก์ชัน?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "ลบพรอมต์?",
 	"Delete prompt?": "ลบพรอมต์?",
 	"delete this link": "ลบลิงก์นี้",
 	"delete this link": "ลบลิงก์นี้",
 	"Delete tool?": "ลบเครื่องมือ?",
 	"Delete tool?": "ลบเครื่องมือ?",
@@ -283,6 +289,7 @@
 	"Discover a model": "ค้นหาโมเดล",
 	"Discover a model": "ค้นหาโมเดล",
 	"Discover a prompt": "ค้นหาพรอมต์",
 	"Discover a prompt": "ค้นหาพรอมต์",
 	"Discover a tool": "ค้นหาเครื่องมือ",
 	"Discover a tool": "ค้นหาเครื่องมือ",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "ค้นหา ดาวน์โหลด และสำรวจฟังก์ชันที่กำหนดเอง",
 	"Discover, download, and explore custom functions": "ค้นหา ดาวน์โหลด และสำรวจฟังก์ชันที่กำหนดเอง",
 	"Discover, download, and explore custom prompts": "ค้นหา ดาวน์โหลด และสำรวจพรอมต์ที่กำหนดเอง",
 	"Discover, download, and explore custom prompts": "ค้นหา ดาวน์โหลด และสำรวจพรอมต์ที่กำหนดเอง",
@@ -307,6 +314,7 @@
 	"Don't like the style": "ไม่ชอบสไตล์นี้",
 	"Don't like the style": "ไม่ชอบสไตล์นี้",
 	"Done": "เสร็จสิ้น",
 	"Done": "เสร็จสิ้น",
 	"Download": "ดาวน์โหลด",
 	"Download": "ดาวน์โหลด",
+	"Download as SVG": "",
 	"Download canceled": "ยกเลิกการดาวน์โหลด",
 	"Download canceled": "ยกเลิกการดาวน์โหลด",
 	"Download Database": "ดาวน์โหลดฐานข้อมูล",
 	"Download Database": "ดาวน์โหลดฐานข้อมูล",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
 	"Failed to update settings": "อัปเดตการตั้งค่าล้มเหลว",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "กุมภาพันธ์",
 	"February": "กุมภาพันธ์",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "ฟอร์ม",
 	"Form": "ฟอร์ม",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "การลงโทษความถี่",
 	"Frequency Penalty": "การลงโทษความถี่",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "สร้างฟังก์ชันสำเร็จ",
 	"Function created successfully": "สร้างฟังก์ชันสำเร็จ",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "แสง",
 	"Light": "แสง",
 	"Listening...": "กำลังฟัง...",
 	"Listening...": "กำลังฟัง...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "ทัศนคติด้านบวก",
 	"Positive attitude": "ทัศนคติด้านบวก",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 วันที่ผ่านมา",
 	"Previous 30 days": "30 วันที่ผ่านมา",
 	"Previous 7 days": "7 วันที่ผ่านมา",
 	"Previous 7 days": "7 วันที่ผ่านมา",
 	"Profile Image": "รูปโปรไฟล์",
 	"Profile Image": "รูปโปรไฟล์",
@@ -795,6 +807,7 @@
 	"Rename": "เปลี่ยนชื่อ",
 	"Rename": "เปลี่ยนชื่อ",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "ทำซ้ำครั้งล่าสุด N",
 	"Repeat Last N": "ทำซ้ำครั้งล่าสุด N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "โหมดคำขอ",
 	"Request Mode": "โหมดคำขอ",
 	"Reranking Model": "จัดอันดับใหม่โมเดล",
 	"Reranking Model": "จัดอันดับใหม่โมเดล",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "ตั้งค่าเสียง",
 	"Set Voice": "ตั้งค่าเสียง",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "แตะเพื่อขัดจังหวะ",
 	"Tap to interrupt": "แตะเพื่อขัดจังหวะ",
+	"Tasks": "",
 	"Tavily API Key": "คีย์ API ของ Tavily",
 	"Tavily API Key": "คีย์ API ของ Tavily",
 	"Tell us more:": "บอกเรามากขึ้น:",
 	"Tell us more:": "บอกเรามากขึ้น:",
 	"Temperature": "อุณหภูมิ",
 	"Temperature": "อุณหภูมิ",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "อัปเดตเมื่อ",
 	"Updated at": "อัปเดตเมื่อ",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "อัปโหลด",
 	"Upload": "อัปโหลด",
 	"Upload a GGUF model": "อัปโหลดโมเดล GGUF",
 	"Upload a GGUF model": "อัปโหลดโมเดล GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "คำเตือน:",
 	"Warning:": "คำเตือน:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "คำเตือน: หากคุณอัปเดตหรือเปลี่ยนโมเดลการฝัง คุณจะต้องนำเข้าเอกสารทั้งหมดอีกครั้ง",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "คำเตือน: หากคุณอัปเดตหรือเปลี่ยนโมเดลการฝัง คุณจะต้องนำเข้าเอกสารทั้งหมดอีกครั้ง",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "เว็บ",
 	"Web": "เว็บ",
 	"Web API": "เว็บ API",
 	"Web API": "เว็บ API",
 	"Web Loader Settings": "การตั้งค่าเว็บโหลดเดอร์",
 	"Web Loader Settings": "การตั้งค่าเว็บโหลดเดอร์",

+ 18 - 1
src/lib/i18n/locales/tk-TW/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "",
 	"Account Activation Pending": "",
 	"Accurate information": "",
 	"Accurate information": "",
 	"Actions": "",
 	"Actions": "",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "",
 	"Active Users": "",
 	"Add": "",
 	"Add": "",
@@ -99,6 +100,7 @@
 	"Audio": "",
 	"Audio": "",
 	"August": "",
 	"August": "",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-Copy Response to Clipboard": "",
 	"Auto-playback response": "",
 	"Auto-playback response": "",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "",
 	"Close": "",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "",
 	"Code formatted successfully": "",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "",
 	"Copied": "",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "",
 	"Delete function?": "",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "",
 	"Delete prompt?": "",
 	"delete this link": "",
 	"delete this link": "",
 	"Delete tool?": "",
 	"Delete tool?": "",
@@ -283,6 +289,7 @@
 	"Discover a model": "",
 	"Discover a model": "",
 	"Discover a prompt": "",
 	"Discover a prompt": "",
 	"Discover a tool": "",
 	"Discover a tool": "",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom functions": "",
 	"Discover, download, and explore custom prompts": "",
 	"Discover, download, and explore custom prompts": "",
@@ -307,6 +314,7 @@
 	"Don't like the style": "",
 	"Don't like the style": "",
 	"Done": "",
 	"Done": "",
 	"Download": "",
 	"Download": "",
+	"Download as SVG": "",
 	"Download canceled": "",
 	"Download canceled": "",
 	"Download Database": "",
 	"Download Database": "",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "",
 	"Failed to update settings": "",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "",
 	"February": "",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "",
 	"Frequency Penalty": "",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "",
 	"Function created successfully": "",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "",
 	"Light": "",
 	"Listening...": "",
 	"Listening...": "",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "",
 	"Positive attitude": "",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "",
 	"Previous 30 days": "",
 	"Previous 7 days": "",
 	"Previous 7 days": "",
 	"Profile Image": "",
 	"Profile Image": "",
@@ -795,6 +807,7 @@
 	"Rename": "",
 	"Rename": "",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "",
 	"Repeat Last N": "",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "",
 	"Request Mode": "",
 	"Reranking Model": "",
 	"Reranking Model": "",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "",
 	"Set Voice": "",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "",
 	"Tap to interrupt": "",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "",
 	"Tell us more:": "",
 	"Temperature": "",
 	"Temperature": "",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "",
 	"Updated at": "",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "",
 	"Upload a GGUF model": "",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "",
 	"Warning:": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "",
 	"Web": "",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "",
 	"Web Loader Settings": "",

+ 18 - 1
src/lib/i18n/locales/tr-TR/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Hesap Aktivasyonu Bekleniyor",
 	"Account Activation Pending": "Hesap Aktivasyonu Bekleniyor",
 	"Accurate information": "Doğru bilgi",
 	"Accurate information": "Doğru bilgi",
 	"Actions": "Aksiyonlar",
 	"Actions": "Aksiyonlar",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Sohbet girişine \"/{{COMMAND}}\" yazarak bu komutu etkinleştirin.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Sohbet girişine \"/{{COMMAND}}\" yazarak bu komutu etkinleştirin.",
 	"Active Users": "Aktif Kullanıcılar",
 	"Active Users": "Aktif Kullanıcılar",
 	"Add": "Ekle",
 	"Add": "Ekle",
@@ -99,6 +100,7 @@
 	"Audio": "Ses",
 	"Audio": "Ses",
 	"August": "Ağustos",
 	"August": "Ağustos",
 	"Authenticate": "Kimlik Doğrulama",
 	"Authenticate": "Kimlik Doğrulama",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Yanıtı Panoya Otomatik Kopyala",
 	"Auto-Copy Response to Clipboard": "Yanıtı Panoya Otomatik Kopyala",
 	"Auto-playback response": "Yanıtı otomatik oynatma",
 	"Auto-playback response": "Yanıtı otomatik oynatma",
 	"Autocomplete Generation": "Otomatik Tamamlama Üretimi",
 	"Autocomplete Generation": "Otomatik Tamamlama Üretimi",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Kapat",
 	"Close": "Kapat",
 	"Code execution": "Kod yürütme",
 	"Code execution": "Kod yürütme",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Kod başarıyla biçimlendirildi",
 	"Code formatted successfully": "Kod başarıyla biçimlendirildi",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "E-posta ile devam edin",
 	"Continue with Email": "E-posta ile devam edin",
 	"Continue with LDAP": "LDAP ile devam edin",
 	"Continue with LDAP": "LDAP ile devam edin",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Mesaj metninin TTS istekleri için nasıl bölüneceğini kontrol edin. 'Noktalama' cümlelere, 'paragraflar' paragraflara böler ve 'hiçbiri' mesajı tek bir dize olarak tutar.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Mesaj metninin TTS istekleri için nasıl bölüneceğini kontrol edin. 'Noktalama' cümlelere, 'paragraflar' paragraflara böler ve 'hiçbiri' mesajı tek bir dize olarak tutar.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Kontroller",
 	"Controls": "Kontroller",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Çıktının tutarlılığı ve çeşitliliği arasındaki dengeyi kontrol eder. Daha düşük bir değer, daha odaklanmış ve tutarlı bir metinle sonuçlanacaktır. (Varsayılan: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Çıktının tutarlılığı ve çeşitliliği arasındaki dengeyi kontrol eder. Daha düşük bir değer, daha odaklanmış ve tutarlı bir metinle sonuçlanacaktır. (Varsayılan: 5.0)",
 	"Copied": "Kopyalandı",
 	"Copied": "Kopyalandı",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Klasörü sil?",
 	"Delete folder?": "Klasörü sil?",
 	"Delete function?": "Fonksiyonu sil?",
 	"Delete function?": "Fonksiyonu sil?",
 	"Delete Message": "Mesajı Sil",
 	"Delete Message": "Mesajı Sil",
+	"Delete message?": "",
 	"Delete prompt?": "Promptu sil?",
 	"Delete prompt?": "Promptu sil?",
 	"delete this link": "bu bağlantıyı sil",
 	"delete this link": "bu bağlantıyı sil",
 	"Delete tool?": "Aracı sil?",
 	"Delete tool?": "Aracı sil?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Bir model keşfedin",
 	"Discover a model": "Bir model keşfedin",
 	"Discover a prompt": "Bir prompt keşfedin",
 	"Discover a prompt": "Bir prompt keşfedin",
 	"Discover a tool": "Bir araç keşfedin",
 	"Discover a tool": "Bir araç keşfedin",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Harikaları keşfedin",
 	"Discover wonders": "Harikaları keşfedin",
 	"Discover, download, and explore custom functions": "Özel fonksiyonları keşfedin, indirin ve inceleyin",
 	"Discover, download, and explore custom functions": "Özel fonksiyonları keşfedin, indirin ve inceleyin",
 	"Discover, download, and explore custom prompts": "Özel promptları keşfedin, indirin ve inceleyin",
 	"Discover, download, and explore custom prompts": "Özel promptları keşfedin, indirin ve inceleyin",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Tarzını beğenmedim",
 	"Don't like the style": "Tarzını beğenmedim",
 	"Done": "Tamamlandı",
 	"Done": "Tamamlandı",
 	"Download": "İndir",
 	"Download": "İndir",
+	"Download as SVG": "",
 	"Download canceled": "İndirme iptal edildi",
 	"Download canceled": "İndirme iptal edildi",
 	"Download Database": "Veritabanını İndir",
 	"Download Database": "Veritabanını İndir",
 	"Drag and drop a file to upload or select a file to view": "Yüklemek için bir dosyayı sürükleyip bırakın veya görüntülemek için bir dosya seçin",
 	"Drag and drop a file to upload or select a file to view": "Yüklemek için bir dosyayı sürükleyip bırakın veya görüntülemek için bir dosya seçin",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Modeller yapılandırması kaydedilemedi",
 	"Failed to save models configuration": "Modeller yapılandırması kaydedilemedi",
 	"Failed to update settings": "Ayarlar güncellenemedi",
 	"Failed to update settings": "Ayarlar güncellenemedi",
 	"Failed to upload file.": "Dosya yüklenemedi.",
 	"Failed to upload file.": "Dosya yüklenemedi.",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Şubat",
 	"February": "Şubat",
 	"Feedback History": "Geri Bildirim Geçmişi",
 	"Feedback History": "Geri Bildirim Geçmişi",
@@ -476,6 +485,7 @@
 	"Form": "Form",
 	"Form": "Form",
 	"Format your variables using brackets like this:": "Değişkenlerinizi şu şekilde parantez kullanarak biçimlendirin:",
 	"Format your variables using brackets like this:": "Değişkenlerinizi şu şekilde parantez kullanarak biçimlendirin:",
 	"Frequency Penalty": "Frekans Cezası",
 	"Frequency Penalty": "Frekans Cezası",
+	"Full Context Mode": "",
 	"Function": "Fonksiyon",
 	"Function": "Fonksiyon",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Fonksiyon başarıyla oluşturuldu",
 	"Function created successfully": "Fonksiyon başarıyla oluşturuldu",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Tüm modelleri dahil etmek için boş bırakın veya belirli modelleri seçin",
 	"Leave empty to include all models or select specific models": "Tüm modelleri dahil etmek için boş bırakın veya belirli modelleri seçin",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Varsayılan promptu kullanmak için boş bırakın veya özel bir prompt girin",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Varsayılan promptu kullanmak için boş bırakın veya özel bir prompt girin",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Açık",
 	"Light": "Açık",
 	"Listening...": "Dinleniyor...",
 	"Listening...": "Dinleniyor...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Olumlu yaklaşım",
 	"Positive attitude": "Olumlu yaklaşım",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "Önceki 30 gün",
 	"Previous 30 days": "Önceki 30 gün",
 	"Previous 7 days": "Önceki 7 gün",
 	"Previous 7 days": "Önceki 7 gün",
 	"Profile Image": "Profil Fotoğrafı",
 	"Profile Image": "Profil Fotoğrafı",
@@ -795,6 +807,7 @@
 	"Rename": "Yeniden Adlandır",
 	"Rename": "Yeniden Adlandır",
 	"Reorder Models": "Modelleri Yeniden Sırala",
 	"Reorder Models": "Modelleri Yeniden Sırala",
 	"Repeat Last N": "Son N'yi Tekrar Et",
 	"Repeat Last N": "Son N'yi Tekrar Et",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Konuya Yanıtla",
 	"Reply in Thread": "Konuya Yanıtla",
 	"Request Mode": "İstek Modu",
 	"Request Mode": "İstek Modu",
 	"Reranking Model": "Yeniden Sıralama Modeli",
 	"Reranking Model": "Yeniden Sıralama Modeli",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Ses Ayarla",
 	"Set Voice": "Ses Ayarla",
 	"Set whisper model": "Fısıltı modelini ayarla",
 	"Set whisper model": "Fısıltı modelini ayarla",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Tekrarları önlemek için modelin ne kadar geriye bakacağını ayarlar. (Varsayılan: 64, 0 = devre dışı, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Tekrarları önlemek için modelin ne kadar geriye bakacağını ayarlar. (Varsayılan: 64, 0 = devre dışı, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Tekrarları ne kadar güçlü bir şekilde cezalandıracağını ayarlar. Daha yüksek bir değer (örn. 1.5) tekrarları daha güçlü bir şekilde cezalandırırken, daha düşük bir değer (örn. 0.9) daha hoşgörülü olacaktır. (Varsayılan: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Oluşturma için kullanılacak rastgele sayı tohumunu(seed) ayarlar. Bunu belirli bir sayıya ayarlamak, modelin aynı prompt için aynı metni oluşturmasını sağlar. (Varsayılan: rastgele)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Oluşturma için kullanılacak rastgele sayı tohumunu(seed) ayarlar. Bunu belirli bir sayıya ayarlamak, modelin aynı prompt için aynı metni oluşturmasını sağlar. (Varsayılan: rastgele)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Bir sonraki tokenı oluşturmak için kullanılan bağlam penceresinin boyutunu ayarlar. (Varsayılan: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Bir sonraki tokenı oluşturmak için kullanılan bağlam penceresinin boyutunu ayarlar. (Varsayılan: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Kullanılacak durma dizilerini ayarlar. Bu desenle karşılaşıldığında, LLM metin oluşturmayı durduracak ve geri dönecektir. Birden çok durma deseni, bir modelfile'da birden çok ayrı durma parametresi belirterek ayarlanabilir.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Kullanılacak durma dizilerini ayarlar. Bu desenle karşılaşıldığında, LLM metin oluşturmayı durduracak ve geri dönecektir. Birden çok durma deseni, bir modelfile'da birden çok ayrı durma parametresi belirterek ayarlanabilir.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Etiketler Oluşturma Promptu",
 	"Tags Generation Prompt": "Etiketler Oluşturma Promptu",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Durdurmak için dokunun",
 	"Tap to interrupt": "Durdurmak için dokunun",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API Anahtarı",
 	"Tavily API Key": "Tavily API Anahtarı",
 	"Tell us more:": "Bize daha fazlasını anlat:",
 	"Tell us more:": "Bize daha fazlasını anlat:",
 	"Temperature": "Temperature",
 	"Temperature": "Temperature",
@@ -1041,6 +1056,7 @@
 	"Updated": "Güncellendi",
 	"Updated": "Güncellendi",
 	"Updated at": "Şu tarihte güncellendi:",
 	"Updated at": "Şu tarihte güncellendi:",
 	"Updated At": "Güncelleme Tarihi",
 	"Updated At": "Güncelleme Tarihi",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Yükle",
 	"Upload": "Yükle",
 	"Upload a GGUF model": "Bir GGUF modeli yükle",
 	"Upload a GGUF model": "Bir GGUF modeli yükle",
 	"Upload directory": "Dizini yükle",
 	"Upload directory": "Dizini yükle",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Uyarı:",
 	"Warning:": "Uyarı:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Uyarı: Bu etkinleştirildiğinde, kullanıcıların sunucuya rastgele kod yüklemesine izin verilecektir.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Uyarı: Bu etkinleştirildiğinde, kullanıcıların sunucuya rastgele kod yüklemesine izin verilecektir.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uyarı: Gömme modelinizi günceller veya değiştirirseniz, tüm belgeleri yeniden içe aktarmanız gerekecektir.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Uyarı: Gömme modelinizi günceller veya değiştirirseniz, tüm belgeleri yeniden içe aktarmanız gerekecektir.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "Web API",
 	"Web API": "Web API",
 	"Web Loader Settings": "Web Yükleyici Ayarları",
 	"Web Loader Settings": "Web Yükleyici Ayarları",

+ 18 - 1
src/lib/i18n/locales/uk-UA/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Очікування активації облікового запису",
 	"Account Activation Pending": "Очікування активації облікового запису",
 	"Accurate information": "Точна інформація",
 	"Accurate information": "Точна інформація",
 	"Actions": "Дії",
 	"Actions": "Дії",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активуйте цю команду, ввівши \"/{{COMMAND}}\" у введення чату.",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "Активуйте цю команду, ввівши \"/{{COMMAND}}\" у введення чату.",
 	"Active Users": "Активні користувачі",
 	"Active Users": "Активні користувачі",
 	"Add": "Додати",
 	"Add": "Додати",
@@ -99,6 +100,7 @@
 	"Audio": "Аудіо",
 	"Audio": "Аудіо",
 	"August": "Серпень",
 	"August": "Серпень",
 	"Authenticate": "Автентифікувати",
 	"Authenticate": "Автентифікувати",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Автокопіювання відповіді в буфер обміну",
 	"Auto-Copy Response to Clipboard": "Автокопіювання відповіді в буфер обміну",
 	"Auto-playback response": "Автоматичне відтворення відповіді",
 	"Auto-playback response": "Автоматичне відтворення відповіді",
 	"Autocomplete Generation": "Генерація автозаповнення",
 	"Autocomplete Generation": "Генерація автозаповнення",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "Клон {{TITLE}}",
 	"Clone of {{TITLE}}": "Клон {{TITLE}}",
 	"Close": "Закрити",
 	"Close": "Закрити",
 	"Code execution": "Виконання коду",
 	"Code execution": "Виконання коду",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Код успішно відформатовано",
 	"Code formatted successfully": "Код успішно відформатовано",
 	"Code Interpreter": "Інтерпретатор коду",
 	"Code Interpreter": "Інтерпретатор коду",
 	"Code Interpreter Engine": "Двигун інтерпретатора коду",
 	"Code Interpreter Engine": "Двигун інтерпретатора коду",
@@ -210,6 +214,7 @@
 	"Continue with Email": "Продовжити з електронною поштою",
 	"Continue with Email": "Продовжити з електронною поштою",
 	"Continue with LDAP": "Продовжити з LDAP",
 	"Continue with LDAP": "Продовжити з LDAP",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Керування розбиттям тексту повідомлення для TTS-запитів. 'Punctuation' розбиває на речення, 'paragraphs' розбиває на абзаци, а 'none' залишає повідомлення як один рядок.",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "Керування розбиттям тексту повідомлення для TTS-запитів. 'Punctuation' розбиває на речення, 'paragraphs' розбиває на абзаци, а 'none' залишає повідомлення як один рядок.",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "Керування",
 	"Controls": "Керування",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Контролює баланс між зв'язністю та різноманітністю виходу. Нижче значення призведе до більш зосередженого та зв'язного тексту. (За замовчуванням: 5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "Контролює баланс між зв'язністю та різноманітністю виходу. Нижче значення призведе до більш зосередженого та зв'язного тексту. (За замовчуванням: 5.0)",
 	"Copied": "Скопійовано",
 	"Copied": "Скопійовано",
@@ -265,6 +270,7 @@
 	"Delete folder?": "Видалити папку?",
 	"Delete folder?": "Видалити папку?",
 	"Delete function?": "Видалити функцію?",
 	"Delete function?": "Видалити функцію?",
 	"Delete Message": "Видалити повідомлення",
 	"Delete Message": "Видалити повідомлення",
+	"Delete message?": "",
 	"Delete prompt?": "Видалити промт?",
 	"Delete prompt?": "Видалити промт?",
 	"delete this link": "видалити це посилання",
 	"delete this link": "видалити це посилання",
 	"Delete tool?": "Видалити інструмент?",
 	"Delete tool?": "Видалити інструмент?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Знайдіть модель",
 	"Discover a model": "Знайдіть модель",
 	"Discover a prompt": "Знайдіть промт",
 	"Discover a prompt": "Знайдіть промт",
 	"Discover a tool": "Знайдіть інструмент",
 	"Discover a tool": "Знайдіть інструмент",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "Відкривайте чудеса",
 	"Discover wonders": "Відкривайте чудеса",
 	"Discover, download, and explore custom functions": "Знайдіть, завантажте та досліджуйте налаштовані функції",
 	"Discover, download, and explore custom functions": "Знайдіть, завантажте та досліджуйте налаштовані функції",
 	"Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти",
 	"Discover, download, and explore custom prompts": "Знайдіть, завантажте та досліджуйте налаштовані промти",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Не подобається стиль",
 	"Don't like the style": "Не подобається стиль",
 	"Done": "Готово",
 	"Done": "Готово",
 	"Download": "Завантажити",
 	"Download": "Завантажити",
+	"Download as SVG": "",
 	"Download canceled": "Завантаження скасовано",
 	"Download canceled": "Завантаження скасовано",
 	"Download Database": "Завантажити базу даних",
 	"Download Database": "Завантажити базу даних",
 	"Drag and drop a file to upload or select a file to view": "Перетягніть файл для завантаження або виберіть файл для перегляду",
 	"Drag and drop a file to upload or select a file to view": "Перетягніть файл для завантаження або виберіть файл для перегляду",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей",
 	"Failed to save models configuration": "Не вдалося зберегти конфігурацію моделей",
 	"Failed to update settings": "Не вдалося оновити налаштування",
 	"Failed to update settings": "Не вдалося оновити налаштування",
 	"Failed to upload file.": "Не вдалося завантажити файл.",
 	"Failed to upload file.": "Не вдалося завантажити файл.",
+	"Features": "",
 	"Features Permissions": "Дозволи функцій",
 	"Features Permissions": "Дозволи функцій",
 	"February": "Лютий",
 	"February": "Лютий",
 	"Feedback History": "Історія відгуків",
 	"Feedback History": "Історія відгуків",
@@ -476,6 +485,7 @@
 	"Form": "Форма",
 	"Form": "Форма",
 	"Format your variables using brackets like this:": "Форматуйте свої змінні, використовуючи фігурні дужки таким чином:",
 	"Format your variables using brackets like this:": "Форматуйте свої змінні, використовуючи фігурні дужки таким чином:",
 	"Frequency Penalty": "Штраф за частоту",
 	"Frequency Penalty": "Штраф за частоту",
+	"Full Context Mode": "",
 	"Function": "Функція",
 	"Function": "Функція",
 	"Function Calling": "Виклик функцій",
 	"Function Calling": "Виклик функцій",
 	"Function created successfully": "Функцію успішно створено",
 	"Function created successfully": "Функцію успішно створено",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "Залиште порожнім, щоб включити всі моделі, або виберіть конкретні моделі.",
 	"Leave empty to include all models or select specific models": "Залиште порожнім, щоб включити всі моделі, або виберіть конкретні моделі.",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Залиште порожнім для використання стандартного запиту, або введіть власний запит",
 	"Leave empty to use the default prompt, or enter a custom prompt": "Залиште порожнім для використання стандартного запиту, або введіть власний запит",
 	"Leave model field empty to use the default model.": "Залиште поле моделі порожнім, щоб використовувати модель за замовчуванням.",
 	"Leave model field empty to use the default model.": "Залиште поле моделі порожнім, щоб використовувати модель за замовчуванням.",
+	"License": "",
 	"Light": "Світла",
 	"Light": "Світла",
 	"Listening...": "Слухаю...",
 	"Listening...": "Слухаю...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Позитивне ставлення",
 	"Positive attitude": "Позитивне ставлення",
 	"Prefix ID": "ID префікса",
 	"Prefix ID": "ID префікса",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "ID префікса використовується для уникнення конфліктів з іншими підключеннями шляхом додавання префікса до ID моделей — залиште порожнім, щоб вимкнути",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "ID префікса використовується для уникнення конфліктів з іншими підключеннями шляхом додавання префікса до ID моделей — залиште порожнім, щоб вимкнути",
+	"Presence Penalty": "",
 	"Previous 30 days": "Попередні 30 днів",
 	"Previous 30 days": "Попередні 30 днів",
 	"Previous 7 days": "Попередні 7 днів",
 	"Previous 7 days": "Попередні 7 днів",
 	"Profile Image": "Зображення профілю",
 	"Profile Image": "Зображення профілю",
@@ -795,6 +807,7 @@
 	"Rename": "Переназвати",
 	"Rename": "Переназвати",
 	"Reorder Models": "Переставити моделі",
 	"Reorder Models": "Переставити моделі",
 	"Repeat Last N": "Повторити останні N",
 	"Repeat Last N": "Повторити останні N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "Відповісти в потоці",
 	"Reply in Thread": "Відповісти в потоці",
 	"Request Mode": "Режим запиту",
 	"Request Mode": "Режим запиту",
 	"Reranking Model": "Модель переранжування",
 	"Reranking Model": "Модель переранжування",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Встановити кількість робочих потоків, що використовуються для обробки інформації. Ця опція керує кількістю потоків, що використовуються для обробки надходження запитів одночасно. Збільшення цього значення може підвищити продуктивність при великій одночасності робіт, але також може споживати більше ресурсів CPU.",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "Встановити кількість робочих потоків, що використовуються для обробки інформації. Ця опція керує кількістю потоків, що використовуються для обробки надходження запитів одночасно. Збільшення цього значення може підвищити продуктивність при великій одночасності робіт, але також може споживати більше ресурсів CPU.",
 	"Set Voice": "Встановити голос",
 	"Set Voice": "Встановити голос",
 	"Set whisper model": "Встановити модель whisper",
 	"Set whisper model": "Встановити модель whisper",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Встановлює, на скільки кроків назад модель повинна звертатися, щоб запобігти повторенням. (За замовчуванням: 64, 0 = вимкнено, -1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "Встановлює, на скільки кроків назад модель повинна звертатися, щоб запобігти повторенням. (За замовчуванням: 64, 0 = вимкнено, -1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "Встановлює ступінь покарання за повторення. Чим вище значення (напр., 1.5), тим суворіше буде покарання за повтори; низьке значення (напр., 0.9) передбачає більш пом'якшувальним. (За замовчуванням: 1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Встановлює насіння випадкового числа для генерації. Вказавши конкретне число, модель буде генерувати той самий текст для одного й того ж запиту. (За замовчуванням: випадкове)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "Встановлює насіння випадкового числа для генерації. Вказавши конкретне число, модель буде генерувати той самий текст для одного й того ж запиту. (За замовчуванням: випадкове)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Встановлює розмір вікна контексту, яке використовується для генерації наступного токена. (За замовчуванням: 2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "Встановлює розмір вікна контексту, яке використовується для генерації наступного токена. (За замовчуванням: 2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Встановлює послідовності зупинки, які будуть використовуватися. Коли зустрічається така послідовність, LLM припиняє генерацію тексту і повертає результат. Можна встановити кілька послідовностей зупинки, вказавши кілька окремих параметрів зупинки у файлі моделі.",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "Встановлює послідовності зупинки, які будуть використовуватися. Коли зустрічається така послідовність, LLM припиняє генерацію тексту і повертає результат. Можна встановити кілька послідовностей зупинки, вказавши кілька окремих параметрів зупинки у файлі моделі.",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "Підказка для генерації тегів",
 	"Tags Generation Prompt": "Підказка для генерації тегів",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Вибірка з відрізанням хвоста використовується для зменшення впливу малоймовірних токенів на результат. Вищі значення (напр., 2.0) зменшують цей вплив більше, в той час як значення 1.0 вимикає цю настройку. (За замовчуванням: 1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Вибірка з відрізанням хвоста використовується для зменшення впливу малоймовірних токенів на результат. Вищі значення (напр., 2.0) зменшують цей вплив більше, в той час як значення 1.0 вимикає цю настройку. (За замовчуванням: 1)",
 	"Tap to interrupt": "Натисніть, щоб перервати",
 	"Tap to interrupt": "Натисніть, щоб перервати",
+	"Tasks": "",
 	"Tavily API Key": "Ключ API Tavily",
 	"Tavily API Key": "Ключ API Tavily",
 	"Tell us more:": "Розкажи нам більше:",
 	"Tell us more:": "Розкажи нам більше:",
 	"Temperature": "Температура",
 	"Temperature": "Температура",
@@ -1041,6 +1056,7 @@
 	"Updated": "Оновлено",
 	"Updated": "Оновлено",
 	"Updated at": "Оновлено на",
 	"Updated at": "Оновлено на",
 	"Updated At": "Оновлено на",
 	"Updated At": "Оновлено на",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "Завантажити",
 	"Upload": "Завантажити",
 	"Upload a GGUF model": "Завантажити GGUF модель",
 	"Upload a GGUF model": "Завантажити GGUF модель",
 	"Upload directory": "Завантажити каталог",
 	"Upload directory": "Завантажити каталог",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Увага:",
 	"Warning:": "Увага:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Попередження: Увімкнення цього дозволить користувачам завантажувати довільний код на сервер.",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "Попередження: Увімкнення цього дозволить користувачам завантажувати довільний код на сервер.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Попередження: Якщо ви оновлюєте або змінюєте модель вбудовування, вам потрібно буде повторно імпортувати всі документи.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Попередження: Якщо ви оновлюєте або змінюєте модель вбудовування, вам потрібно буде повторно імпортувати всі документи.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Веб",
 	"Web": "Веб",
 	"Web API": "Веб-API",
 	"Web API": "Веб-API",
 	"Web Loader Settings": "Налаштування веб-завантажувача",
 	"Web Loader Settings": "Налаштування веб-завантажувача",

+ 18 - 1
src/lib/i18n/locales/ur-PK/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "اکاؤنٹ فعال ہونے کا انتظار ہے",
 	"Account Activation Pending": "اکاؤنٹ فعال ہونے کا انتظار ہے",
 	"Accurate information": "درست معلومات",
 	"Accurate information": "درست معلومات",
 	"Actions": "اعمال",
 	"Actions": "اعمال",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "فعال صارفین",
 	"Active Users": "فعال صارفین",
 	"Add": "شامل",
 	"Add": "شامل",
@@ -99,6 +100,7 @@
 	"Audio": "آڈیو",
 	"Audio": "آڈیو",
 	"August": "اگست",
 	"August": "اگست",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "جواب خودکار طور پر کلپ بورڈ پر کاپی ہو گیا",
 	"Auto-Copy Response to Clipboard": "جواب خودکار طور پر کلپ بورڈ پر کاپی ہو گیا",
 	"Auto-playback response": "آٹو پلے بیک جواب",
 	"Auto-playback response": "آٹو پلے بیک جواب",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "بند کریں",
 	"Close": "بند کریں",
 	"Code execution": "کوڈ کا نفاذ",
 	"Code execution": "کوڈ کا نفاذ",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "کوڈ کامیابی سے فارمیٹ ہو گیا",
 	"Code formatted successfully": "کوڈ کامیابی سے فارمیٹ ہو گیا",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "TTS درخواستوں کے لیے پیغام کے متن کی تقسیم کو کنٹرول کریں 'Punctuation' جملوں میں تقسیم کرتا ہے، 'paragraphs' پیراگراف میں تقسیم کرتا ہے، اور 'none' پیغام کو ایک ہی سٹرنگ کے طور پر رکھتا ہے",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "TTS درخواستوں کے لیے پیغام کے متن کی تقسیم کو کنٹرول کریں 'Punctuation' جملوں میں تقسیم کرتا ہے، 'paragraphs' پیراگراف میں تقسیم کرتا ہے، اور 'none' پیغام کو ایک ہی سٹرنگ کے طور پر رکھتا ہے",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "کنٹرولز",
 	"Controls": "کنٹرولز",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "کاپی کیا گیا",
 	"Copied": "کاپی کیا گیا",
@@ -265,6 +270,7 @@
 	"Delete folder?": "کیا فولڈر حذف کریں؟",
 	"Delete folder?": "کیا فولڈر حذف کریں؟",
 	"Delete function?": "حذف کریں؟",
 	"Delete function?": "حذف کریں؟",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "پرومپٹ کو حذف کریں؟",
 	"Delete prompt?": "پرومپٹ کو حذف کریں؟",
 	"delete this link": "اس لنک کو حذف کریں",
 	"delete this link": "اس لنک کو حذف کریں",
 	"Delete tool?": "کیا آپ حذف کرنا چاہتے ہیں؟",
 	"Delete tool?": "کیا آپ حذف کرنا چاہتے ہیں؟",
@@ -283,6 +289,7 @@
 	"Discover a model": "ایک ماڈل دریافت کریں",
 	"Discover a model": "ایک ماڈل دریافت کریں",
 	"Discover a prompt": "ایک اشارہ دریافت کریں",
 	"Discover a prompt": "ایک اشارہ دریافت کریں",
 	"Discover a tool": "ایک ٹول دریافت کریں",
 	"Discover a tool": "ایک ٹول دریافت کریں",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "دریافت کریں، ڈاؤن لوڈ کریں، اور کسٹم فنکشنز کو دریافت کریں",
 	"Discover, download, and explore custom functions": "دریافت کریں، ڈاؤن لوڈ کریں، اور کسٹم فنکشنز کو دریافت کریں",
 	"Discover, download, and explore custom prompts": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت پرامپٹس کو دریافت کریں",
 	"Discover, download, and explore custom prompts": "دریافت کریں، ڈاؤن لوڈ کریں، اور حسب ضرورت پرامپٹس کو دریافت کریں",
@@ -307,6 +314,7 @@
 	"Don't like the style": "انداز پسند نہیں آیا",
 	"Don't like the style": "انداز پسند نہیں آیا",
 	"Done": "ہو گیا",
 	"Done": "ہو گیا",
 	"Download": "ڈاؤن لوڈ کریں",
 	"Download": "ڈاؤن لوڈ کریں",
+	"Download as SVG": "",
 	"Download canceled": "ڈاؤن لوڈ منسوخ کر دیا گیا",
 	"Download canceled": "ڈاؤن لوڈ منسوخ کر دیا گیا",
 	"Download Database": "ڈیٹا بیس ڈاؤن لوڈ کریں",
 	"Download Database": "ڈیٹا بیس ڈاؤن لوڈ کریں",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "ترتیبات کی تازہ کاری ناکام رہی",
 	"Failed to update settings": "ترتیبات کی تازہ کاری ناکام رہی",
 	"Failed to upload file.": "فائل اپلوڈ کرنے میں ناکامی ہوئی",
 	"Failed to upload file.": "فائل اپلوڈ کرنے میں ناکامی ہوئی",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "فروری",
 	"February": "فروری",
 	"Feedback History": "تاریخ رائے",
 	"Feedback History": "تاریخ رائے",
@@ -476,6 +485,7 @@
 	"Form": "فارم",
 	"Form": "فارم",
 	"Format your variables using brackets like this:": "اپنے متغیرات کو اس طرح بریکٹس میں فارمیٹ کریں:",
 	"Format your variables using brackets like this:": "اپنے متغیرات کو اس طرح بریکٹس میں فارمیٹ کریں:",
 	"Frequency Penalty": "کثرت کی پابندی",
 	"Frequency Penalty": "کثرت کی پابندی",
+	"Full Context Mode": "",
 	"Function": "فنکشن",
 	"Function": "فنکشن",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "فنکشن کامیابی سے تخلیق ہو گیا",
 	"Function created successfully": "فنکشن کامیابی سے تخلیق ہو گیا",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "تمام ماڈلز کو شامل کرنے کے لئے خالی چھوڑ دیں یا مخصوص ماڈلز منتخب کریں",
 	"Leave empty to include all models or select specific models": "تمام ماڈلز کو شامل کرنے کے لئے خالی چھوڑ دیں یا مخصوص ماڈلز منتخب کریں",
 	"Leave empty to use the default prompt, or enter a custom prompt": "خالی چھوڑیں تاکہ ڈیفالٹ پرامپٹ استعمال ہو، یا ایک حسب ضرورت پرامپٹ درج کریں",
 	"Leave empty to use the default prompt, or enter a custom prompt": "خالی چھوڑیں تاکہ ڈیفالٹ پرامپٹ استعمال ہو، یا ایک حسب ضرورت پرامپٹ درج کریں",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "روشنی",
 	"Light": "روشنی",
 	"Listening...": "سن رہے ہیں...",
 	"Listening...": "سن رہے ہیں...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "مثبت رویہ",
 	"Positive attitude": "مثبت رویہ",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "پچھلے 30 دن",
 	"Previous 30 days": "پچھلے 30 دن",
 	"Previous 7 days": "پچھلے 7 دن",
 	"Previous 7 days": "پچھلے 7 دن",
 	"Profile Image": "پروفائل تصویر",
 	"Profile Image": "پروفائل تصویر",
@@ -795,6 +807,7 @@
 	"Rename": "تبدیل نام کریں",
 	"Rename": "تبدیل نام کریں",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "آخری این (N)",
 	"Repeat Last N": "آخری این (N)",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "درخواست کا موڈ",
 	"Request Mode": "درخواست کا موڈ",
 	"Reranking Model": "دوبارہ درجہ بندی کا ماڈل",
 	"Reranking Model": "دوبارہ درجہ بندی کا ماڈل",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "آواز کے لئے سیٹ کریں",
 	"Set Voice": "آواز کے لئے سیٹ کریں",
 	"Set whisper model": "وِسپر ماڈل مرتب کریں",
 	"Set whisper model": "وِسپر ماڈل مرتب کریں",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "پرمپٹ کے لیے ٹیگز بنائیں",
 	"Tags Generation Prompt": "پرمپٹ کے لیے ٹیگز بنائیں",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "رکنے کے لئے ٹچ کریں",
 	"Tap to interrupt": "رکنے کے لئے ٹچ کریں",
+	"Tasks": "",
 	"Tavily API Key": "ٹاویلی API کلید",
 	"Tavily API Key": "ٹاویلی API کلید",
 	"Tell us more:": "ہمیں مزید بتائیں:",
 	"Tell us more:": "ہمیں مزید بتائیں:",
 	"Temperature": "درجہ حرارت",
 	"Temperature": "درجہ حرارت",
@@ -1041,6 +1056,7 @@
 	"Updated": "اپ ڈیٹ کیا گیا",
 	"Updated": "اپ ڈیٹ کیا گیا",
 	"Updated at": "پر تازہ کاری کی گئی ",
 	"Updated at": "پر تازہ کاری کی گئی ",
 	"Updated At": "تازہ کاری کی گئی تاریخ پر",
 	"Updated At": "تازہ کاری کی گئی تاریخ پر",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "اپ لوڈ کریں",
 	"Upload": "اپ لوڈ کریں",
 	"Upload a GGUF model": "جی جی یو ایف ماڈل اپلوڈ کریں",
 	"Upload a GGUF model": "جی جی یو ایف ماڈل اپلوڈ کریں",
 	"Upload directory": "ڈائریکٹری اپلوڈ کریں",
 	"Upload directory": "ڈائریکٹری اپلوڈ کریں",
@@ -1079,6 +1095,7 @@
 	"Warning:": "انتباہ:",
 	"Warning:": "انتباہ:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "انتباہ: اگر آپ اپنا ایمبیڈنگ ماڈل اپ ڈیٹ یا تبدیل کرتے ہیں تو آپ کو تمام دستاویزات کو دوبارہ درآمد کرنے کی ضرورت ہوگی",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "انتباہ: اگر آپ اپنا ایمبیڈنگ ماڈل اپ ڈیٹ یا تبدیل کرتے ہیں تو آپ کو تمام دستاویزات کو دوبارہ درآمد کرنے کی ضرورت ہوگی",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "ویب",
 	"Web": "ویب",
 	"Web API": "ویب اے پی آئی",
 	"Web API": "ویب اے پی آئی",
 	"Web Loader Settings": "ویب لوڈر کی ترتیبات",
 	"Web Loader Settings": "ویب لوڈر کی ترتیبات",

+ 18 - 1
src/lib/i18n/locales/vi-VN/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "Tài khoản đang chờ kích hoạt",
 	"Account Activation Pending": "Tài khoản đang chờ kích hoạt",
 	"Accurate information": "Thông tin chính xác",
 	"Accurate information": "Thông tin chính xác",
 	"Actions": "Tác vụ",
 	"Actions": "Tác vụ",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "",
 	"Active Users": "Người dùng đang hoạt động",
 	"Active Users": "Người dùng đang hoạt động",
 	"Add": "Thêm",
 	"Add": "Thêm",
@@ -99,6 +100,7 @@
 	"Audio": "Âm thanh",
 	"Audio": "Âm thanh",
 	"August": "Tháng 8",
 	"August": "Tháng 8",
 	"Authenticate": "",
 	"Authenticate": "",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "Tự động Sao chép Phản hồi vào clipboard",
 	"Auto-Copy Response to Clipboard": "Tự động Sao chép Phản hồi vào clipboard",
 	"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
 	"Auto-playback response": "Tự động phát lại phản hồi (Auto-playback)",
 	"Autocomplete Generation": "",
 	"Autocomplete Generation": "",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "",
 	"Clone of {{TITLE}}": "",
 	"Close": "Đóng",
 	"Close": "Đóng",
 	"Code execution": "",
 	"Code execution": "",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "Mã được định dạng thành công",
 	"Code formatted successfully": "Mã được định dạng thành công",
 	"Code Interpreter": "",
 	"Code Interpreter": "",
 	"Code Interpreter Engine": "",
 	"Code Interpreter Engine": "",
@@ -210,6 +214,7 @@
 	"Continue with Email": "",
 	"Continue with Email": "",
 	"Continue with LDAP": "",
 	"Continue with LDAP": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "",
 	"Controls": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "",
 	"Copied": "Đã sao chép",
 	"Copied": "Đã sao chép",
@@ -265,6 +270,7 @@
 	"Delete folder?": "",
 	"Delete folder?": "",
 	"Delete function?": "Xóa function?",
 	"Delete function?": "Xóa function?",
 	"Delete Message": "",
 	"Delete Message": "",
+	"Delete message?": "",
 	"Delete prompt?": "Xóa prompt?",
 	"Delete prompt?": "Xóa prompt?",
 	"delete this link": "Xóa link này",
 	"delete this link": "Xóa link này",
 	"Delete tool?": "Xóa tool?",
 	"Delete tool?": "Xóa tool?",
@@ -283,6 +289,7 @@
 	"Discover a model": "Khám phá model",
 	"Discover a model": "Khám phá model",
 	"Discover a prompt": "Khám phá thêm prompt mới",
 	"Discover a prompt": "Khám phá thêm prompt mới",
 	"Discover a tool": "Khám phá tool",
 	"Discover a tool": "Khám phá tool",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "",
 	"Discover wonders": "",
 	"Discover, download, and explore custom functions": "Tìm kiếm, tải về và khám phá thêm các function tùy chỉnh",
 	"Discover, download, and explore custom functions": "Tìm kiếm, tải về và khám phá thêm các function tùy chỉnh",
 	"Discover, download, and explore custom prompts": "Tìm kiếm, tải về và khám phá thêm các prompt tùy chỉnh",
 	"Discover, download, and explore custom prompts": "Tìm kiếm, tải về và khám phá thêm các prompt tùy chỉnh",
@@ -307,6 +314,7 @@
 	"Don't like the style": "Không thích phong cách trả lời",
 	"Don't like the style": "Không thích phong cách trả lời",
 	"Done": "Hoàn thành",
 	"Done": "Hoàn thành",
 	"Download": "Tải về",
 	"Download": "Tải về",
+	"Download as SVG": "",
 	"Download canceled": "Đã hủy download",
 	"Download canceled": "Đã hủy download",
 	"Download Database": "Tải xuống Cơ sở dữ liệu",
 	"Download Database": "Tải xuống Cơ sở dữ liệu",
 	"Drag and drop a file to upload or select a file to view": "",
 	"Drag and drop a file to upload or select a file to view": "",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "",
 	"Failed to save models configuration": "",
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
 	"Failed to update settings": "Lỗi khi cập nhật các cài đặt",
 	"Failed to upload file.": "",
 	"Failed to upload file.": "",
+	"Features": "",
 	"Features Permissions": "",
 	"Features Permissions": "",
 	"February": "Tháng 2",
 	"February": "Tháng 2",
 	"Feedback History": "",
 	"Feedback History": "",
@@ -476,6 +485,7 @@
 	"Form": "",
 	"Form": "",
 	"Format your variables using brackets like this:": "",
 	"Format your variables using brackets like this:": "",
 	"Frequency Penalty": "Hình phạt tần số",
 	"Frequency Penalty": "Hình phạt tần số",
+	"Full Context Mode": "",
 	"Function": "",
 	"Function": "",
 	"Function Calling": "",
 	"Function Calling": "",
 	"Function created successfully": "Function được tạo thành công",
 	"Function created successfully": "Function được tạo thành công",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to include all models or select specific models": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave empty to use the default prompt, or enter a custom prompt": "",
 	"Leave model field empty to use the default model.": "",
 	"Leave model field empty to use the default model.": "",
+	"License": "",
 	"Light": "Sáng",
 	"Light": "Sáng",
 	"Listening...": "Đang nghe...",
 	"Listening...": "Đang nghe...",
 	"Llama.cpp": "",
 	"Llama.cpp": "",
@@ -759,6 +770,7 @@
 	"Positive attitude": "Thái độ tích cực",
 	"Positive attitude": "Thái độ tích cực",
 	"Prefix ID": "",
 	"Prefix ID": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "",
+	"Presence Penalty": "",
 	"Previous 30 days": "30 ngày trước",
 	"Previous 30 days": "30 ngày trước",
 	"Previous 7 days": "7 ngày trước",
 	"Previous 7 days": "7 ngày trước",
 	"Profile Image": "Ảnh đại diện",
 	"Profile Image": "Ảnh đại diện",
@@ -795,6 +807,7 @@
 	"Rename": "Đổi tên",
 	"Rename": "Đổi tên",
 	"Reorder Models": "",
 	"Reorder Models": "",
 	"Repeat Last N": "Repeat Last N",
 	"Repeat Last N": "Repeat Last N",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "",
 	"Reply in Thread": "",
 	"Request Mode": "Request Mode",
 	"Request Mode": "Request Mode",
 	"Reranking Model": "Reranking Model",
 	"Reranking Model": "Reranking Model",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "",
 	"Set Voice": "Đặt Giọng nói",
 	"Set Voice": "Đặt Giọng nói",
 	"Set whisper model": "",
 	"Set whisper model": "",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "",
 	"Tags Generation Prompt": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "",
 	"Tap to interrupt": "Chạm để ngừng",
 	"Tap to interrupt": "Chạm để ngừng",
+	"Tasks": "",
 	"Tavily API Key": "",
 	"Tavily API Key": "",
 	"Tell us more:": "Hãy cho chúng tôi hiểu thêm về chất lượng của câu trả lời:",
 	"Tell us more:": "Hãy cho chúng tôi hiểu thêm về chất lượng của câu trả lời:",
 	"Temperature": "Mức độ sáng tạo",
 	"Temperature": "Mức độ sáng tạo",
@@ -1041,6 +1056,7 @@
 	"Updated": "",
 	"Updated": "",
 	"Updated at": "Cập nhật lúc",
 	"Updated at": "Cập nhật lúc",
 	"Updated At": "",
 	"Updated At": "",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "",
 	"Upload": "",
 	"Upload a GGUF model": "Tải lên mô hình GGUF",
 	"Upload a GGUF model": "Tải lên mô hình GGUF",
 	"Upload directory": "",
 	"Upload directory": "",
@@ -1079,6 +1095,7 @@
 	"Warning:": "Cảnh báo:",
 	"Warning:": "Cảnh báo:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Cảnh báo: Nếu cập nhật hoặc thay đổi embedding model, bạn sẽ cần cập nhật lại tất cả tài liệu.",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "Cảnh báo: Nếu cập nhật hoặc thay đổi embedding model, bạn sẽ cần cập nhật lại tất cả tài liệu.",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "Web",
 	"Web": "Web",
 	"Web API": "",
 	"Web API": "",
 	"Web Loader Settings": "Cài đặt Web Loader",
 	"Web Loader Settings": "Cài đặt Web Loader",

+ 18 - 1
src/lib/i18n/locales/zh-CN/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "账号待激活",
 	"Account Activation Pending": "账号待激活",
 	"Accurate information": "提供的信息很准确",
 	"Accurate information": "提供的信息很准确",
 	"Actions": "自动化",
 	"Actions": "自动化",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "通过输入 \"/{{COMMAND}}\" 激活此命令",
 	"Active Users": "当前在线用户",
 	"Active Users": "当前在线用户",
 	"Add": "添加",
 	"Add": "添加",
@@ -99,6 +100,7 @@
 	"Audio": "语音",
 	"Audio": "语音",
 	"August": "八月",
 	"August": "八月",
 	"Authenticate": "认证",
 	"Authenticate": "认证",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "自动复制回复到剪贴板",
 	"Auto-Copy Response to Clipboard": "自动复制回复到剪贴板",
 	"Auto-playback response": "自动念出回复内容",
 	"Auto-playback response": "自动念出回复内容",
 	"Autocomplete Generation": "输入框内容猜测补全",
 	"Autocomplete Generation": "输入框内容猜测补全",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "{{TITLE}} 的副本",
 	"Clone of {{TITLE}}": "{{TITLE}} 的副本",
 	"Close": "关闭",
 	"Close": "关闭",
 	"Code execution": "代码执行",
 	"Code execution": "代码执行",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "代码格式化成功",
 	"Code formatted successfully": "代码格式化成功",
 	"Code Interpreter": "代码解释器",
 	"Code Interpreter": "代码解释器",
 	"Code Interpreter Engine": "代码解释引擎",
 	"Code Interpreter Engine": "代码解释引擎",
@@ -210,6 +214,7 @@
 	"Continue with Email": "使用邮箱登录",
 	"Continue with Email": "使用邮箱登录",
 	"Continue with LDAP": "使用 LDAP 登录",
 	"Continue with LDAP": "使用 LDAP 登录",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "控制消息文本如何拆分以用于 TTS 请求。“Punctuation”拆分为句子,“paragraphs”拆分为段落,“none”将消息保留为单个字符串。",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "控制消息文本如何拆分以用于 TTS 请求。“Punctuation”拆分为句子,“paragraphs”拆分为段落,“none”将消息保留为单个字符串。",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "对话高级设置",
 	"Controls": "对话高级设置",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "控制输出的连贯性和多样性之间的平衡。较低的值将导致更集中和连贯的文本。(默认值:5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "控制输出的连贯性和多样性之间的平衡。较低的值将导致更集中和连贯的文本。(默认值:5.0)",
 	"Copied": "已复制",
 	"Copied": "已复制",
@@ -265,6 +270,7 @@
 	"Delete folder?": "删除分组?",
 	"Delete folder?": "删除分组?",
 	"Delete function?": "删除函数?",
 	"Delete function?": "删除函数?",
 	"Delete Message": "删除消息",
 	"Delete Message": "删除消息",
+	"Delete message?": "",
 	"Delete prompt?": "删除提示词?",
 	"Delete prompt?": "删除提示词?",
 	"delete this link": "此处删除这个链接",
 	"delete this link": "此处删除这个链接",
 	"Delete tool?": "删除工具?",
 	"Delete tool?": "删除工具?",
@@ -283,6 +289,7 @@
 	"Discover a model": "发现更多模型",
 	"Discover a model": "发现更多模型",
 	"Discover a prompt": "发现更多提示词",
 	"Discover a prompt": "发现更多提示词",
 	"Discover a tool": "发现更多工具",
 	"Discover a tool": "发现更多工具",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "发现奇迹",
 	"Discover wonders": "发现奇迹",
 	"Discover, download, and explore custom functions": "发现、下载并探索更多函数",
 	"Discover, download, and explore custom functions": "发现、下载并探索更多函数",
 	"Discover, download, and explore custom prompts": "发现、下载并探索更多自定义提示词",
 	"Discover, download, and explore custom prompts": "发现、下载并探索更多自定义提示词",
@@ -307,6 +314,7 @@
 	"Don't like the style": "不喜欢这个文风",
 	"Don't like the style": "不喜欢这个文风",
 	"Done": "完成",
 	"Done": "完成",
 	"Download": "下载",
 	"Download": "下载",
+	"Download as SVG": "",
 	"Download canceled": "下载已取消",
 	"Download canceled": "下载已取消",
 	"Download Database": "下载数据库",
 	"Download Database": "下载数据库",
 	"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
 	"Drag and drop a file to upload or select a file to view": "拖动文件上传或选择文件查看",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "无法保存模型配置",
 	"Failed to save models configuration": "无法保存模型配置",
 	"Failed to update settings": "无法更新设置",
 	"Failed to update settings": "无法更新设置",
 	"Failed to upload file.": "上传文件失败",
 	"Failed to upload file.": "上传文件失败",
+	"Features": "",
 	"Features Permissions": "功能权限",
 	"Features Permissions": "功能权限",
 	"February": "二月",
 	"February": "二月",
 	"Feedback History": "反馈历史",
 	"Feedback History": "反馈历史",
@@ -476,6 +485,7 @@
 	"Form": "手动创建",
 	"Form": "手动创建",
 	"Format your variables using brackets like this:": "使用括号格式化你的变量,如下所示:",
 	"Format your variables using brackets like this:": "使用括号格式化你的变量,如下所示:",
 	"Frequency Penalty": "频率惩罚",
 	"Frequency Penalty": "频率惩罚",
+	"Full Context Mode": "",
 	"Function": "函数",
 	"Function": "函数",
 	"Function Calling": "函数调用 (Function Calling)",
 	"Function Calling": "函数调用 (Function Calling)",
 	"Function created successfully": "函数创建成功",
 	"Function created successfully": "函数创建成功",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "留空表示包含所有模型或请选择模型",
 	"Leave empty to include all models or select specific models": "留空表示包含所有模型或请选择模型",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用默认提示词,或输入自定义提示词。",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用默认提示词,或输入自定义提示词。",
 	"Leave model field empty to use the default model.": "将模型字段留空以使用默认模型。",
 	"Leave model field empty to use the default model.": "将模型字段留空以使用默认模型。",
+	"License": "",
 	"Light": "浅色",
 	"Light": "浅色",
 	"Listening...": "正在倾听...",
 	"Listening...": "正在倾听...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "积极的态度",
 	"Positive attitude": "积极的态度",
 	"Prefix ID": "Prefix ID",
 	"Prefix ID": "Prefix ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefix ID 用于通过为模型 ID 添加前缀来避免与其他连接发生冲突 - 留空则禁用此功能",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "Prefix ID 用于通过为模型 ID 添加前缀来避免与其他连接发生冲突 - 留空则禁用此功能",
+	"Presence Penalty": "",
 	"Previous 30 days": "过去 30 天",
 	"Previous 30 days": "过去 30 天",
 	"Previous 7 days": "过去 7 天",
 	"Previous 7 days": "过去 7 天",
 	"Profile Image": "用户头像",
 	"Profile Image": "用户头像",
@@ -795,6 +807,7 @@
 	"Rename": "重命名",
 	"Rename": "重命名",
 	"Reorder Models": "重新排序模型",
 	"Reorder Models": "重新排序模型",
 	"Repeat Last N": "重复最后 N 次",
 	"Repeat Last N": "重复最后 N 次",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "在主题中回复",
 	"Reply in Thread": "在主题中回复",
 	"Request Mode": "请求模式",
 	"Request Mode": "请求模式",
 	"Reranking Model": "重排模型",
 	"Reranking Model": "重排模型",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "设置用于计算的工作线程数量。该选项可控制并发处理传入请求的线程数量。增加该值可以提高高并发工作负载下的性能,但也可能消耗更多的 CPU 资源。",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "设置用于计算的工作线程数量。该选项可控制并发处理传入请求的线程数量。增加该值可以提高高并发工作负载下的性能,但也可能消耗更多的 CPU 资源。",
 	"Set Voice": "设置音色",
 	"Set Voice": "设置音色",
 	"Set whisper model": "设置 whisper 模型",
 	"Set whisper model": "设置 whisper 模型",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "设置模型回溯多远以防止重复。(默认值:64,0 = 禁用,-1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "设置模型回溯多远以防止重复。(默认值:64,0 = 禁用,-1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "设置对重复的惩罚力度。数值越大(如 1.5),对重复的惩罚力度越大,而数值越小(如 0.9),惩罚力度越轻。(默认值:1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "设置生成文本时使用的随机数种子。将其设置为一个特定的数字将使模型在同一提示下生成相同的文本。 默认值:随机",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "设置生成文本时使用的随机数种子。将其设置为一个特定的数字将使模型在同一提示下生成相同的文本。 默认值:随机",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "设置用于生成下一个 Token 的上下文大小。(默认值:2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "设置用于生成下一个 Token 的上下文大小。(默认值:2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "设置要使用的停止序列。遇到这种模式时,大语言模型将停止生成文本并返回。可以通过在模型文件中指定多个单独的停止参数来设置多个停止模式。",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "设置要使用的停止序列。遇到这种模式时,大语言模型将停止生成文本并返回。可以通过在模型文件中指定多个单独的停止参数来设置多个停止模式。",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "标签生成提示词",
 	"Tags Generation Prompt": "标签生成提示词",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling 用于减少输出中可能性较低的标记的影响。数值越大(如 2.0),影响就越小,而数值为 1.0 则会禁用此设置。(默认值:1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "Tail free sampling 用于减少输出中可能性较低的标记的影响。数值越大(如 2.0),影响就越小,而数值为 1.0 则会禁用此设置。(默认值:1)",
 	"Tap to interrupt": "点击以中断",
 	"Tap to interrupt": "点击以中断",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API 密钥",
 	"Tavily API Key": "Tavily API 密钥",
 	"Tell us more:": "请告诉我们更多细节",
 	"Tell us more:": "请告诉我们更多细节",
 	"Temperature": "温度 (Temperature)",
 	"Temperature": "温度 (Temperature)",
@@ -1041,6 +1056,7 @@
 	"Updated": "已更新",
 	"Updated": "已更新",
 	"Updated at": "更新于",
 	"Updated at": "更新于",
 	"Updated At": "更新于",
 	"Updated At": "更新于",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "上传",
 	"Upload": "上传",
 	"Upload a GGUF model": "上传一个 GGUF 模型",
 	"Upload a GGUF model": "上传一个 GGUF 模型",
 	"Upload directory": "上传目录",
 	"Upload directory": "上传目录",
@@ -1079,6 +1095,7 @@
 	"Warning:": "警告:",
 	"Warning:": "警告:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "警告:启用此功能将允许用户在服务器上上传任意代码。",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "警告:启用此功能将允许用户在服务器上上传任意代码。",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果您修改了语义向量模型,则需要重新导入所有文档。",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果您修改了语义向量模型,则需要重新导入所有文档。",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "网页",
 	"Web": "网页",
 	"Web API": "网页 API",
 	"Web API": "网页 API",
 	"Web Loader Settings": "网页爬取设置",
 	"Web Loader Settings": "网页爬取设置",

+ 18 - 1
src/lib/i18n/locales/zh-TW/translation.json

@@ -20,6 +20,7 @@
 	"Account Activation Pending": "帳號待啟用",
 	"Account Activation Pending": "帳號待啟用",
 	"Accurate information": "準確資訊",
 	"Accurate information": "準確資訊",
 	"Actions": "動作",
 	"Actions": "動作",
+	"Activate": "",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在對話輸入框中輸入 \"/{{COMMAND}}\" 來啟用此命令。",
 	"Activate this command by typing \"/{{COMMAND}}\" to chat input.": "在對話輸入框中輸入 \"/{{COMMAND}}\" 來啟用此命令。",
 	"Active Users": "活躍使用者",
 	"Active Users": "活躍使用者",
 	"Add": "新增",
 	"Add": "新增",
@@ -99,6 +100,7 @@
 	"Audio": "音訊",
 	"Audio": "音訊",
 	"August": "8 月",
 	"August": "8 月",
 	"Authenticate": "驗證",
 	"Authenticate": "驗證",
+	"Authentication": "",
 	"Auto-Copy Response to Clipboard": "自動將回應複製到剪貼簿",
 	"Auto-Copy Response to Clipboard": "自動將回應複製到剪貼簿",
 	"Auto-playback response": "自動播放回應",
 	"Auto-playback response": "自動播放回應",
 	"Autocomplete Generation": "自動完成生成",
 	"Autocomplete Generation": "自動完成生成",
@@ -178,6 +180,8 @@
 	"Clone of {{TITLE}}": "{{TITLE}} 的副本",
 	"Clone of {{TITLE}}": "{{TITLE}} 的副本",
 	"Close": "關閉",
 	"Close": "關閉",
 	"Code execution": "程式碼執行",
 	"Code execution": "程式碼執行",
+	"Code Execution": "",
+	"Code Execution Engine": "",
 	"Code formatted successfully": "程式碼格式化成功",
 	"Code formatted successfully": "程式碼格式化成功",
 	"Code Interpreter": "程式碼解釋器",
 	"Code Interpreter": "程式碼解釋器",
 	"Code Interpreter Engine": "程式碼解釋器引擎",
 	"Code Interpreter Engine": "程式碼解釋器引擎",
@@ -210,6 +214,7 @@
 	"Continue with Email": "使用 Email 繼續",
 	"Continue with Email": "使用 Email 繼續",
 	"Continue with LDAP": "使用 LDAP 繼續",
 	"Continue with LDAP": "使用 LDAP 繼續",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "控制文字轉語音(TTS)請求中如何分割訊息文字。「標點符號」分割為句子,「段落」分割為段落,「無」則保持訊息為單一字串。",
 	"Control how message text is split for TTS requests. 'Punctuation' splits into sentences, 'paragraphs' splits into paragraphs, and 'none' keeps the message as a single string.": "控制文字轉語音(TTS)請求中如何分割訊息文字。「標點符號」分割為句子,「段落」分割為段落,「無」則保持訊息為單一字串。",
+	"Control the repetition of token sequences in the generated text. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 1.1) will be more lenient. At 1, it is disabled. (Default: 1.1)": "",
 	"Controls": "控制項",
 	"Controls": "控制項",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "控制輸出的連貫性和多樣性之間的平衡。較低的值會產生更專注和連貫的文字。(預設:5.0)",
 	"Controls the balance between coherence and diversity of the output. A lower value will result in more focused and coherent text. (Default: 5.0)": "控制輸出的連貫性和多樣性之間的平衡。較低的值會產生更專注和連貫的文字。(預設:5.0)",
 	"Copied": "已複製",
 	"Copied": "已複製",
@@ -265,6 +270,7 @@
 	"Delete folder?": "刪除資料夾?",
 	"Delete folder?": "刪除資料夾?",
 	"Delete function?": "刪除函式?",
 	"Delete function?": "刪除函式?",
 	"Delete Message": "刪除訊息?",
 	"Delete Message": "刪除訊息?",
+	"Delete message?": "",
 	"Delete prompt?": "刪除提示詞?",
 	"Delete prompt?": "刪除提示詞?",
 	"delete this link": "刪除此連結",
 	"delete this link": "刪除此連結",
 	"Delete tool?": "刪除工具?",
 	"Delete tool?": "刪除工具?",
@@ -283,6 +289,7 @@
 	"Discover a model": "發掘模型",
 	"Discover a model": "發掘模型",
 	"Discover a prompt": "發掘提示詞",
 	"Discover a prompt": "發掘提示詞",
 	"Discover a tool": "發掘工具",
 	"Discover a tool": "發掘工具",
+	"Discover how to use Open WebUI and seek support from the community.": "",
 	"Discover wonders": "發掘奇蹟",
 	"Discover wonders": "發掘奇蹟",
 	"Discover, download, and explore custom functions": "發掘、下載及探索自訂函式",
 	"Discover, download, and explore custom functions": "發掘、下載及探索自訂函式",
 	"Discover, download, and explore custom prompts": "發掘、下載及探索自訂提示詞",
 	"Discover, download, and explore custom prompts": "發掘、下載及探索自訂提示詞",
@@ -307,6 +314,7 @@
 	"Don't like the style": "不喜歡這個樣式",
 	"Don't like the style": "不喜歡這個樣式",
 	"Done": "完成",
 	"Done": "完成",
 	"Download": "下載",
 	"Download": "下載",
+	"Download as SVG": "",
 	"Download canceled": "已取消下載",
 	"Download canceled": "已取消下載",
 	"Download Database": "下載資料庫",
 	"Download Database": "下載資料庫",
 	"Drag and drop a file to upload or select a file to view": "拖放檔案以上傳或選擇檔案以檢視",
 	"Drag and drop a file to upload or select a file to view": "拖放檔案以上傳或選擇檔案以檢視",
@@ -447,6 +455,7 @@
 	"Failed to save models configuration": "儲存模型設定失敗",
 	"Failed to save models configuration": "儲存模型設定失敗",
 	"Failed to update settings": "更新設定失敗",
 	"Failed to update settings": "更新設定失敗",
 	"Failed to upload file.": "上傳檔案失敗。",
 	"Failed to upload file.": "上傳檔案失敗。",
+	"Features": "",
 	"Features Permissions": "功能權限",
 	"Features Permissions": "功能權限",
 	"February": "2 月",
 	"February": "2 月",
 	"Feedback History": "回饋歷史",
 	"Feedback History": "回饋歷史",
@@ -476,6 +485,7 @@
 	"Form": "表單",
 	"Form": "表單",
 	"Format your variables using brackets like this:": "使用方括號格式化您的變數,如下所示:",
 	"Format your variables using brackets like this:": "使用方括號格式化您的變數,如下所示:",
 	"Frequency Penalty": "頻率懲罰",
 	"Frequency Penalty": "頻率懲罰",
+	"Full Context Mode": "",
 	"Function": "函式",
 	"Function": "函式",
 	"Function Calling": "函式呼叫",
 	"Function Calling": "函式呼叫",
 	"Function created successfully": "成功建立函式",
 	"Function created successfully": "成功建立函式",
@@ -591,6 +601,7 @@
 	"Leave empty to include all models or select specific models": "留空以包含所有模型或選擇特定模型",
 	"Leave empty to include all models or select specific models": "留空以包含所有模型或選擇特定模型",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用預設提示詞,或輸入自訂提示詞",
 	"Leave empty to use the default prompt, or enter a custom prompt": "留空以使用預設提示詞,或輸入自訂提示詞",
 	"Leave model field empty to use the default model.": "留空模型欄位以使用預設模型。",
 	"Leave model field empty to use the default model.": "留空模型欄位以使用預設模型。",
+	"License": "",
 	"Light": "淺色",
 	"Light": "淺色",
 	"Listening...": "正在聆聽...",
 	"Listening...": "正在聆聽...",
 	"Llama.cpp": "Llama.cpp",
 	"Llama.cpp": "Llama.cpp",
@@ -759,6 +770,7 @@
 	"Positive attitude": "積極的態度",
 	"Positive attitude": "積極的態度",
 	"Prefix ID": "前綴 ID",
 	"Prefix ID": "前綴 ID",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "前綴 ID 用於透過為模型 ID 新增前綴以避免與其他連線衝突 - 留空以停用",
 	"Prefix ID is used to avoid conflicts with other connections by adding a prefix to the model IDs - leave empty to disable": "前綴 ID 用於透過為模型 ID 新增前綴以避免與其他連線衝突 - 留空以停用",
+	"Presence Penalty": "",
 	"Previous 30 days": "過去 30 天",
 	"Previous 30 days": "過去 30 天",
 	"Previous 7 days": "過去 7 天",
 	"Previous 7 days": "過去 7 天",
 	"Profile Image": "個人檔案圖片",
 	"Profile Image": "個人檔案圖片",
@@ -795,6 +807,7 @@
 	"Rename": "重新命名",
 	"Rename": "重新命名",
 	"Reorder Models": "重新排序模型",
 	"Reorder Models": "重新排序模型",
 	"Repeat Last N": "重複最後 N 個",
 	"Repeat Last N": "重複最後 N 個",
+	"Repeat Penalty (Ollama)": "",
 	"Reply in Thread": "在討論串中回覆",
 	"Reply in Thread": "在討論串中回覆",
 	"Request Mode": "請求模式",
 	"Request Mode": "請求模式",
 	"Reranking Model": "重新排序模型",
 	"Reranking Model": "重新排序模型",
@@ -891,8 +904,9 @@
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "設定用於計算的工作執行緒數量。此選項控制使用多少執行緒來同時處理傳入的請求。增加此值可以在高併發工作負載下提升效能,但也可能消耗更多 CPU 資源。",
 	"Set the number of worker threads used for computation. This option controls how many threads are used to process incoming requests concurrently. Increasing this value can improve performance under high concurrency workloads but may also consume more CPU resources.": "設定用於計算的工作執行緒數量。此選項控制使用多少執行緒來同時處理傳入的請求。增加此值可以在高併發工作負載下提升效能,但也可能消耗更多 CPU 資源。",
 	"Set Voice": "設定語音",
 	"Set Voice": "設定語音",
 	"Set whisper model": "設定 whisper 模型",
 	"Set whisper model": "設定 whisper 模型",
+	"Sets a flat bias against tokens that have appeared at least once. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 0)": "",
+	"Sets a scaling bias against tokens to penalize repetitions, based on how many times they have appeared. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. At 0, it is disabled. (Default: 1.1)": "",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "設定模型向後查看以防止重複的距離。(預設:64,0 = 停用,-1 = num_ctx)",
 	"Sets how far back for the model to look back to prevent repetition. (Default: 64, 0 = disabled, -1 = num_ctx)": "設定模型向後查看以防止重複的距離。(預設:64,0 = 停用,-1 = num_ctx)",
-	"Sets how strongly to penalize repetitions. A higher value (e.g., 1.5) will penalize repetitions more strongly, while a lower value (e.g., 0.9) will be more lenient. (Default: 1.1)": "設定懲罰重複的強度。較高的值(例如 1.5)會更強烈懲罰重複,而較低的值(例如 0.9)會更寬容。(預設:1.1)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "設定用於生成的隨機數種子。將其設定為特定數字會使模型對相同的提示詞產生相同的文字。(預設:隨機)",
 	"Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: random)": "設定用於生成的隨機數種子。將其設定為特定數字會使模型對相同的提示詞產生相同的文字。(預設:隨機)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "設定用於生成下一個 token 的上下文視窗大小。(預設:2048)",
 	"Sets the size of the context window used to generate the next token. (Default: 2048)": "設定用於生成下一個 token 的上下文視窗大小。(預設:2048)",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "設定要使用的停止序列。當遇到此模式時,大型語言模型將停止生成文字並返回。可以在模型檔案中指定多個單獨的停止參數來設定多個停止模式。",
 	"Sets the stop sequences to use. When this pattern is encountered, the LLM will stop generating text and return. Multiple stop patterns may be set by specifying multiple separate stop parameters in a modelfile.": "設定要使用的停止序列。當遇到此模式時,大型語言模型將停止生成文字並返回。可以在模型檔案中指定多個單獨的停止參數來設定多個停止模式。",
@@ -938,6 +952,7 @@
 	"Tags Generation Prompt": "標籤生成提示詞",
 	"Tags Generation Prompt": "標籤生成提示詞",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "使用無尾採樣來減少較不可能的 token 對輸出的影響。較高的值(例如 2.0)會減少更多影響,而值為 1.0 則停用此設定。(預設:1)",
 	"Tail free sampling is used to reduce the impact of less probable tokens from the output. A higher value (e.g., 2.0) will reduce the impact more, while a value of 1.0 disables this setting. (default: 1)": "使用無尾採樣來減少較不可能的 token 對輸出的影響。較高的值(例如 2.0)會減少更多影響,而值為 1.0 則停用此設定。(預設:1)",
 	"Tap to interrupt": "點選以中斷",
 	"Tap to interrupt": "點選以中斷",
+	"Tasks": "",
 	"Tavily API Key": "Tavily API 金鑰",
 	"Tavily API Key": "Tavily API 金鑰",
 	"Tell us more:": "告訴我們更多:",
 	"Tell us more:": "告訴我們更多:",
 	"Temperature": "溫度",
 	"Temperature": "溫度",
@@ -1041,6 +1056,7 @@
 	"Updated": "已更新",
 	"Updated": "已更新",
 	"Updated at": "更新於",
 	"Updated at": "更新於",
 	"Updated At": "更新於",
 	"Updated At": "更新於",
+	"Upgrade to a licensed plan for enhanced capabilities, including custom theming and branding, and dedicated support.": "",
 	"Upload": "上傳",
 	"Upload": "上傳",
 	"Upload a GGUF model": "上傳 GGUF 模型",
 	"Upload a GGUF model": "上傳 GGUF 模型",
 	"Upload directory": "上傳目錄",
 	"Upload directory": "上傳目錄",
@@ -1079,6 +1095,7 @@
 	"Warning:": "警告:",
 	"Warning:": "警告:",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "警告:啟用此功能將允許使用者在伺服器上上傳任意程式碼。",
 	"Warning: Enabling this will allow users to upload arbitrary code on the server.": "警告:啟用此功能將允許使用者在伺服器上上傳任意程式碼。",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果您更新或更改嵌入模型,您將需要重新匯入所有文件。",
 	"Warning: If you update or change your embedding model, you will need to re-import all documents.": "警告:如果您更新或更改嵌入模型,您將需要重新匯入所有文件。",
+	"Warning: Jupyter execution enables arbitrary code execution, posing severe security risks—proceed with extreme caution.": "",
 	"Web": "網頁",
 	"Web": "網頁",
 	"Web API": "網頁 API",
 	"Web API": "網頁 API",
 	"Web Loader Settings": "網頁載入器設定",
 	"Web Loader Settings": "網頁載入器設定",