Browse Source

chore: format

Timothy Jaeryang Baek 1 month ago
parent
commit
937f97d7d6
59 changed files with 289 additions and 61 deletions
  1. 2 2
      package-lock.json
  2. 1 1
      package.json
  3. 5 1
      src/lib/i18n/locales/ar-BH/translation.json
  4. 5 1
      src/lib/i18n/locales/ar/translation.json
  5. 5 1
      src/lib/i18n/locales/bg-BG/translation.json
  6. 5 1
      src/lib/i18n/locales/bn-BD/translation.json
  7. 5 1
      src/lib/i18n/locales/bo-TB/translation.json
  8. 5 1
      src/lib/i18n/locales/ca-ES/translation.json
  9. 5 1
      src/lib/i18n/locales/ceb-PH/translation.json
  10. 5 1
      src/lib/i18n/locales/cs-CZ/translation.json
  11. 5 1
      src/lib/i18n/locales/da-DK/translation.json
  12. 5 1
      src/lib/i18n/locales/de-DE/translation.json
  13. 5 1
      src/lib/i18n/locales/dg-DG/translation.json
  14. 5 1
      src/lib/i18n/locales/el-GR/translation.json
  15. 5 1
      src/lib/i18n/locales/en-GB/translation.json
  16. 5 1
      src/lib/i18n/locales/en-US/translation.json
  17. 5 1
      src/lib/i18n/locales/es-ES/translation.json
  18. 5 1
      src/lib/i18n/locales/et-EE/translation.json
  19. 5 1
      src/lib/i18n/locales/eu-ES/translation.json
  20. 5 1
      src/lib/i18n/locales/fa-IR/translation.json
  21. 5 1
      src/lib/i18n/locales/fi-FI/translation.json
  22. 5 1
      src/lib/i18n/locales/fr-CA/translation.json
  23. 5 1
      src/lib/i18n/locales/fr-FR/translation.json
  24. 5 1
      src/lib/i18n/locales/gl-ES/translation.json
  25. 5 1
      src/lib/i18n/locales/he-IL/translation.json
  26. 5 1
      src/lib/i18n/locales/hi-IN/translation.json
  27. 5 1
      src/lib/i18n/locales/hr-HR/translation.json
  28. 5 1
      src/lib/i18n/locales/hu-HU/translation.json
  29. 5 1
      src/lib/i18n/locales/id-ID/translation.json
  30. 5 1
      src/lib/i18n/locales/ie-GA/translation.json
  31. 5 1
      src/lib/i18n/locales/it-IT/translation.json
  32. 5 1
      src/lib/i18n/locales/ja-JP/translation.json
  33. 5 1
      src/lib/i18n/locales/ka-GE/translation.json
  34. 5 1
      src/lib/i18n/locales/kab-DZ/translation.json
  35. 5 1
      src/lib/i18n/locales/ko-KR/translation.json
  36. 5 1
      src/lib/i18n/locales/lt-LT/translation.json
  37. 5 1
      src/lib/i18n/locales/ms-MY/translation.json
  38. 5 1
      src/lib/i18n/locales/nb-NO/translation.json
  39. 5 1
      src/lib/i18n/locales/nl-NL/translation.json
  40. 5 1
      src/lib/i18n/locales/pa-IN/translation.json
  41. 6 2
      src/lib/i18n/locales/pl-PL/translation.json
  42. 5 1
      src/lib/i18n/locales/pt-BR/translation.json
  43. 5 1
      src/lib/i18n/locales/pt-PT/translation.json
  44. 5 1
      src/lib/i18n/locales/ro-RO/translation.json
  45. 5 1
      src/lib/i18n/locales/ru-RU/translation.json
  46. 5 1
      src/lib/i18n/locales/sk-SK/translation.json
  47. 5 1
      src/lib/i18n/locales/sr-RS/translation.json
  48. 5 1
      src/lib/i18n/locales/sv-SE/translation.json
  49. 5 1
      src/lib/i18n/locales/th-TH/translation.json
  50. 5 1
      src/lib/i18n/locales/tk-TM/translation.json
  51. 5 1
      src/lib/i18n/locales/tr-TR/translation.json
  52. 5 1
      src/lib/i18n/locales/ug-CN/translation.json
  53. 5 1
      src/lib/i18n/locales/uk-UA/translation.json
  54. 5 1
      src/lib/i18n/locales/ur-PK/translation.json
  55. 5 1
      src/lib/i18n/locales/uz-Cyrl-UZ/translation.json
  56. 5 1
      src/lib/i18n/locales/uz-Latn-Uz/translation.json
  57. 5 1
      src/lib/i18n/locales/vi-VN/translation.json
  58. 5 1
      src/lib/i18n/locales/zh-CN/translation.json
  59. 5 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.6.25",
+	"version": "0.6.26",
 	"lockfileVersion": 3,
 	"lockfileVersion": 3,
 	"requires": true,
 	"requires": true,
 	"packages": {
 	"packages": {
 		"": {
 		"": {
 			"name": "open-webui",
 			"name": "open-webui",
-			"version": "0.6.25",
+			"version": "0.6.26",
 			"dependencies": {
 			"dependencies": {
 				"@azure/msal-browser": "^4.5.0",
 				"@azure/msal-browser": "^4.5.0",
 				"@codemirror/lang-javascript": "^6.2.2",
 				"@codemirror/lang-javascript": "^6.2.2",

+ 1 - 1
package.json

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

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "المستند",
 	"Document": "المستند",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "مستندات",
 	"Documents": "مستندات",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "السماح بتحميل الملفات",
 	"Allow File Upload": "السماح بتحميل الملفات",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "السماح بالأصوات غير المحلية",
 	"Allow non-local voices": "السماح بالأصوات غير المحلية",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "السماح بالمحادثة المؤقتة",
 	"Allow Temporary Chat": "السماح بالمحادثة المؤقتة",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "المستند",
 	"Document": "المستند",
 	"Document Intelligence": "تحليل المستندات الذكي",
 	"Document Intelligence": "تحليل المستندات الذكي",
-	"Document Intelligence endpoint and key required.": "يتطلب نقطة نهاية ومفتاح لتحليل المستندات.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "التوثيق",
 	"Documentation": "التوثيق",
 	"Documents": "مستندات",
 	"Documents": "مستندات",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "لا يجري أي اتصالات خارجية، وتظل بياناتك آمنة على الخادم المستضاف محليًا.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Разреши качване на файлове",
 	"Allow File Upload": "Разреши качване на файлове",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Разреши нелокални гласове",
 	"Allow non-local voices": "Разреши нелокални гласове",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Разреши временен чат",
 	"Allow Temporary Chat": "Разреши временен чат",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Документ",
 	"Document": "Документ",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Документация",
 	"Documentation": "Документация",
 	"Documents": "Документи",
 	"Documents": "Документи",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "няма външни връзки, а вашите данни остават сигурни на локално назначен сървър.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "няма външни връзки, а вашите данни остават сигурни на локално назначен сървър.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "ডকুমেন্ট",
 	"Document": "ডকুমেন্ট",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "ডকুমেন্টসমূহ",
 	"Documents": "ডকুমেন্টসমূহ",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "কোন এক্সটার্নাল কানেকশন তৈরি করে না, এবং আপনার ডেটা আর লোকালি হোস্টেড সার্ভারেই নিরাপদে থাকে।",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "কোন এক্সটার্নাল কানেকশন তৈরি করে না, এবং আপনার ডেটা আর লোকালি হোস্টেড সার্ভারেই নিরাপদে থাকে।",

+ 5 - 1
src/lib/i18n/locales/bo-TB/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "ཡིག་ཆ་སྤར་བར་གནང་བ་སྤྲོད་པ།",
 	"Allow File Upload": "ཡིག་ཆ་སྤར་བར་གནང་བ་སྤྲོད་པ།",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "ས་གནས་མིན་པའི་སྐད་གདངས་ལ་གནང་བ་སྤྲོད་པ།",
 	"Allow non-local voices": "ས་གནས་མིན་པའི་སྐད་གདངས་ལ་གནང་བ་སྤྲོད་པ།",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "གནས་སྐབས་ཁ་བརྡར་གནང་བ་སྤྲོད་པ།",
 	"Allow Temporary Chat": "གནས་སྐབས་ཁ་བརྡར་གནང་བ་སྤྲོད་པ།",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling སར་བར་གྱི་ URL དགོས་ངེས།",
 	"Docling Server URL required.": "Docling སར་བར་གྱི་ URL དགོས་ངེས།",
 	"Document": "ཡིག་ཆ།",
 	"Document": "ཡིག་ཆ།",
 	"Document Intelligence": "ཡིག་ཆའི་རིག་ནུས།",
 	"Document Intelligence": "ཡིག་ཆའི་རིག་ནུས།",
-	"Document Intelligence endpoint and key required.": "ཡིག་ཆའི་རིག་ནུས་མཇུག་མཐུད་དང་ལྡེ་མིག་དགོས་ངེས།",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "ཡིག་ཆ།",
 	"Documentation": "ཡིག་ཆ།",
 	"Documents": "ཡིག་ཆ།",
 	"Documents": "ཡིག་ཆ།",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ཕྱི་རོལ་གྱི་སྦྲེལ་མཐུད་གང་ཡང་མི་བྱེད། དེ་མིན་ཁྱེད་ཀྱི་གནས་ཚུལ་དེ་ཁྱེད་ཀྱི་ས་གནས་སུ་བཀོད་སྒྲིག་བྱས་པའི་སར་བར་སྟེང་བདེ་འཇགས་ངང་གནས་ངེས།",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ཕྱི་རོལ་གྱི་སྦྲེལ་མཐུད་གང་ཡང་མི་བྱེད། དེ་མིན་ཁྱེད་ཀྱི་གནས་ཚུལ་དེ་ཁྱེད་ཀྱི་ས་གནས་སུ་བཀོད་སྒྲིག་བྱས་པའི་སར་བར་སྟེང་བདེ་འཇགས་ངང་གནས་ངེས།",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Permetre compartir el xat",
 	"Allow Chat Share": "Permetre compartir el xat",
 	"Allow Chat System Prompt": "Permet la indicació de sistema al xat",
 	"Allow Chat System Prompt": "Permet la indicació de sistema al xat",
 	"Allow Chat Valves": "Permetre Valves al xat",
 	"Allow Chat Valves": "Permetre Valves al xat",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Permetre la pujada d'arxius",
 	"Allow File Upload": "Permetre la pujada d'arxius",
 	"Allow Multiple Models in Chat": "Permetre múltiple models al xat",
 	"Allow Multiple Models in Chat": "Permetre múltiple models al xat",
 	"Allow non-local voices": "Permetre veus no locals",
 	"Allow non-local voices": "Permetre veus no locals",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Permetre Parla a Text",
 	"Allow Speech to Text": "Permetre Parla a Text",
 	"Allow Temporary Chat": "Permetre el xat temporal",
 	"Allow Temporary Chat": "Permetre el xat temporal",
 	"Allow Text to Speech": "Permetre Text a Parla",
 	"Allow Text to Speech": "Permetre Text a Parla",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "La URL del servidor Docling és necessària",
 	"Docling Server URL required.": "La URL del servidor Docling és necessària",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "Fa falta un punt de connexió i una clau per a Document Intelligence.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentació",
 	"Documentation": "Documentació",
 	"Documents": "Documents",
 	"Documents": "Documents",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "no realitza connexions externes, i les teves dades romanen segures al teu servidor allotjat localment.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "no realitza connexions externes, i les teves dades romanen segures al teu servidor allotjat localment.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokumento",
 	"Document": "Dokumento",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "Mga dokumento",
 	"Documents": "Mga dokumento",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "wala maghimo ug eksternal nga koneksyon, ug ang imong data nagpabiling luwas sa imong lokal nga host server.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "wala maghimo ug eksternal nga koneksyon, ug ang imong data nagpabiling luwas sa imong lokal nga host server.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Povolit sdílení konverzace",
 	"Allow Chat Share": "Povolit sdílení konverzace",
 	"Allow Chat System Prompt": "Povolit systémové instrukce konverzace",
 	"Allow Chat System Prompt": "Povolit systémové instrukce konverzace",
 	"Allow Chat Valves": "Povolit ventily chatu",
 	"Allow Chat Valves": "Povolit ventily chatu",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Povolit nahrávání souborů",
 	"Allow File Upload": "Povolit nahrávání souborů",
 	"Allow Multiple Models in Chat": "Povolit více modelů v chatu",
 	"Allow Multiple Models in Chat": "Povolit více modelů v chatu",
 	"Allow non-local voices": "Povolit nelokální hlasy",
 	"Allow non-local voices": "Povolit nelokální hlasy",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Povolit převod řeči na text",
 	"Allow Speech to Text": "Povolit převod řeči na text",
 	"Allow Temporary Chat": "Povolit dočasnou konverzaci",
 	"Allow Temporary Chat": "Povolit dočasnou konverzaci",
 	"Allow Text to Speech": "Povolit převod textu na řeč",
 	"Allow Text to Speech": "Povolit převod textu na řeč",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Je vyžadována URL adresa serveru Docling.",
 	"Docling Server URL required.": "Je vyžadována URL adresa serveru Docling.",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "Je vyžadován koncový bod a klíč pro Document Intelligence.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentace",
 	"Documentation": "Dokumentace",
 	"Documents": "Dokumenty",
 	"Documents": "Dokumenty",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytváří žádná externí připojení a vaše data zůstávají bezpečně na vašem lokálně hostovaném serveru.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytváří žádná externí připojení a vaše data zůstávají bezpečně na vašem lokálně hostovaném serveru.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Tillad deling af chats",
 	"Allow Chat Share": "Tillad deling af chats",
 	"Allow Chat System Prompt": "Tillad system prompt",
 	"Allow Chat System Prompt": "Tillad system prompt",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Tillad upload af fil",
 	"Allow File Upload": "Tillad upload af fil",
 	"Allow Multiple Models in Chat": "Tillad flere modeller i chats",
 	"Allow Multiple Models in Chat": "Tillad flere modeller i chats",
 	"Allow non-local voices": "Tillad ikke-lokale stemmer",
 	"Allow non-local voices": "Tillad ikke-lokale stemmer",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Tillad tale til tekst",
 	"Allow Speech to Text": "Tillad tale til tekst",
 	"Allow Temporary Chat": "Tillad midlertidig chat",
 	"Allow Temporary Chat": "Tillad midlertidig chat",
 	"Allow Text to Speech": "Tillad tekst til tale",
 	"Allow Text to Speech": "Tillad tekst til tale",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling Server URL påkrævet.",
 	"Docling Server URL required.": "Docling Server URL påkrævet.",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "Dokument Intelligence",
 	"Document Intelligence": "Dokument Intelligence",
-	"Document Intelligence endpoint and key required.": "Dokument Intelligence endpoint og nøgle påkrævet.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentation",
 	"Documentation": "Dokumentation",
 	"Documents": "Dokumenter",
 	"Documents": "Dokumenter",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "laver ikke eksterne kald, og din data bliver sikkert på din egen lokalt hostede server.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "laver ikke eksterne kald, og din data bliver sikkert på din egen lokalt hostede server.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Erlaube Chat teilen",
 	"Allow Chat Share": "Erlaube Chat teilen",
 	"Allow Chat System Prompt": "Erlaube Chat System Prompt",
 	"Allow Chat System Prompt": "Erlaube Chat System Prompt",
 	"Allow Chat Valves": "Erlaube Chat Valves",
 	"Allow Chat Valves": "Erlaube Chat Valves",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Hochladen von Dateien erlauben",
 	"Allow File Upload": "Hochladen von Dateien erlauben",
 	"Allow Multiple Models in Chat": "Multiple Modelle in Chat erlauben",
 	"Allow Multiple Models in Chat": "Multiple Modelle in Chat erlauben",
 	"Allow non-local voices": "Nicht-lokale Stimmen erlauben",
 	"Allow non-local voices": "Nicht-lokale Stimmen erlauben",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Sprache zu Text erlauben",
 	"Allow Speech to Text": "Sprache zu Text erlauben",
 	"Allow Temporary Chat": "Temporäre Chats erlauben",
 	"Allow Temporary Chat": "Temporäre Chats erlauben",
 	"Allow Text to Speech": "Text zu Sprache erlauben",
 	"Allow Text to Speech": "Text zu Sprache erlauben",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling Server URL erforderlich",
 	"Docling Server URL required.": "Docling Server URL erforderlich",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "Endpunkt und Schlüssel für document intelligence erforderlich.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentation",
 	"Documentation": "Dokumentation",
 	"Documents": "Dokumente",
 	"Documents": "Dokumente",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "stellt keine externen Verbindungen her, und Ihre Daten bleiben sicher auf Ihrem lokal gehosteten Server.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "stellt keine externen Verbindungen her, und Ihre Daten bleiben sicher auf Ihrem lokal gehosteten Server.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "Documents",
 	"Documents": "Documents",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "does not connect external, data stays safe locally.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "does not connect external, data stays safe locally.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Επιτρέπεται η Αποστολή Αρχείων",
 	"Allow File Upload": "Επιτρέπεται η Αποστολή Αρχείων",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Επιτρέπονται μη τοπικές φωνές",
 	"Allow non-local voices": "Επιτρέπονται μη τοπικές φωνές",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Επιτρέπεται η Προσωρινή Συνομιλία",
 	"Allow Temporary Chat": "Επιτρέπεται η Προσωρινή Συνομιλία",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Έγγραφο",
 	"Document": "Έγγραφο",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Τεκμηρίωση",
 	"Documentation": "Τεκμηρίωση",
 	"Documents": "Έγγραφα",
 	"Documents": "Έγγραφα",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "δεν κάνει καμία εξωτερική σύνδεση, και τα δεδομένα σας παραμένουν ασφαλή στον τοπικά φιλοξενούμενο διακομιστή σας.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "δεν κάνει καμία εξωτερική σύνδεση, και τα δεδομένα σας παραμένουν ασφαλή στον τοπικά φιλοξενούμενο διακομιστή σας.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "",
 	"Document": "",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "",
 	"Documents": "",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "",
 	"Document": "",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "",
 	"Documents": "",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Permitir Compartir Chat",
 	"Allow Chat Share": "Permitir Compartir Chat",
 	"Allow Chat System Prompt": "Permitir Indicador del Sistema en Chat",
 	"Allow Chat System Prompt": "Permitir Indicador del Sistema en Chat",
 	"Allow Chat Valves": "Permitir Válvulas en Chat",
 	"Allow Chat Valves": "Permitir Válvulas en Chat",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Permitir Subida de Archivos",
 	"Allow File Upload": "Permitir Subida de Archivos",
 	"Allow Multiple Models in Chat": "Permitir Chat con Múltiples Modelos",
 	"Allow Multiple Models in Chat": "Permitir Chat con Múltiples Modelos",
 	"Allow non-local voices": "Permitir voces no locales",
 	"Allow non-local voices": "Permitir voces no locales",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Permitir Transcribir Voz a Texto",
 	"Allow Speech to Text": "Permitir Transcribir Voz a Texto",
 	"Allow Temporary Chat": "Permitir Chat Temporal",
 	"Allow Temporary Chat": "Permitir Chat Temporal",
 	"Allow Text to Speech": "Permitir Leer Texto",
 	"Allow Text to Speech": "Permitir Leer Texto",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling URL del servidor necesaria.",
 	"Docling Server URL required.": "Docling URL del servidor necesaria.",
 	"Document": "Documento",
 	"Document": "Documento",
 	"Document Intelligence": "Azure Doc Intelligence",
 	"Document Intelligence": "Azure Doc Intelligence",
-	"Document Intelligence endpoint and key required.": "Es neceario un endpoint y clave de Azure Document Intelligence.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentación",
 	"Documentation": "Documentación",
 	"Documents": "Documentos",
 	"Documents": "Documentos",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "no se realiza ninguna conexión externa y tus datos permanecen seguros alojados localmente en tu servidor.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "no se realiza ninguna conexión externa y tus datos permanecen seguros alojados localmente en tu servidor.",

+ 5 - 1
src/lib/i18n/locales/et-EE/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Luba failide üleslaadimine",
 	"Allow File Upload": "Luba failide üleslaadimine",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Luba mitte-lokaalsed hääled",
 	"Allow non-local voices": "Luba mitte-lokaalsed hääled",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Luba ajutine vestlus",
 	"Allow Temporary Chat": "Luba ajutine vestlus",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "Dokumendi intelligentsus",
 	"Document Intelligence": "Dokumendi intelligentsus",
-	"Document Intelligence endpoint and key required.": "Dokumendi intelligentsuse lõpp-punkt ja võti on nõutavad.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentatsioon",
 	"Documentation": "Dokumentatsioon",
 	"Documents": "Dokumendid",
 	"Documents": "Dokumendid",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ei loo väliseid ühendusi ja teie andmed jäävad turvaliselt teie kohalikult majutatud serverisse.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ei loo väliseid ühendusi ja teie andmed jäävad turvaliselt teie kohalikult majutatud serverisse.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Baimendu Fitxategiak Igotzea",
 	"Allow File Upload": "Baimendu Fitxategiak Igotzea",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Baimendu urruneko ahotsak",
 	"Allow non-local voices": "Baimendu urruneko ahotsak",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Baimendu Behin-behineko Txata",
 	"Allow Temporary Chat": "Baimendu Behin-behineko Txata",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokumentua",
 	"Document": "Dokumentua",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentazioa",
 	"Documentation": "Dokumentazioa",
 	"Documents": "Dokumentuak",
 	"Documents": "Dokumentuak",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ez du kanpo konexiorik egiten, eta zure datuak modu seguruan mantentzen dira zure zerbitzari lokalean.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ez du kanpo konexiorik egiten, eta zure datuak modu seguruan mantentzen dira zure zerbitzari lokalean.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "اجازه بارگذاری فایل",
 	"Allow File Upload": "اجازه بارگذاری فایل",
 	"Allow Multiple Models in Chat": "اجازه استفاده از چند مدل در گفتگو",
 	"Allow Multiple Models in Chat": "اجازه استفاده از چند مدل در گفتگو",
 	"Allow non-local voices": "اجازه صداهای غیر محلی",
 	"Allow non-local voices": "اجازه صداهای غیر محلی",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "اجازه تبدیل گفتار به متن",
 	"Allow Speech to Text": "اجازه تبدیل گفتار به متن",
 	"Allow Temporary Chat": "اجازهٔ گفتگوی موقتی",
 	"Allow Temporary Chat": "اجازهٔ گفتگوی موقتی",
 	"Allow Text to Speech": "اجازه تبدیل متن به گفتار",
 	"Allow Text to Speech": "اجازه تبدیل متن به گفتار",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "آدرس سرور داکلینگ مورد نیاز است.",
 	"Docling Server URL required.": "آدرس سرور داکلینگ مورد نیاز است.",
 	"Document": "سند",
 	"Document": "سند",
 	"Document Intelligence": "هوش اسناد",
 	"Document Intelligence": "هوش اسناد",
-	"Document Intelligence endpoint and key required.": "نقطه پایانی و کلید هوش اسناد مورد نیاز است.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "مستندات",
 	"Documentation": "مستندات",
 	"Documents": "اسناد",
 	"Documents": "اسناد",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "هیچ اتصال خارجی ایجاد نمی کند و داده های شما به طور ایمن در سرور میزبان محلی شما باقی می ماند.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "هیچ اتصال خارجی ایجاد نمی کند و داده های شما به طور ایمن در سرور میزبان محلی شما باقی می ماند.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Salli keskustelujen jako",
 	"Allow Chat Share": "Salli keskustelujen jako",
 	"Allow Chat System Prompt": "Salli keskustelujen järjestelmä kehoitteet",
 	"Allow Chat System Prompt": "Salli keskustelujen järjestelmä kehoitteet",
 	"Allow Chat Valves": "Salli keskustelu venttiilit",
 	"Allow Chat Valves": "Salli keskustelu venttiilit",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Salli tiedostojen lataus",
 	"Allow File Upload": "Salli tiedostojen lataus",
 	"Allow Multiple Models in Chat": "Salli useampi malli keskustelussa",
 	"Allow Multiple Models in Chat": "Salli useampi malli keskustelussa",
 	"Allow non-local voices": "Salli ei-paikalliset äänet",
 	"Allow non-local voices": "Salli ei-paikalliset äänet",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Salli puhe tekstiksi",
 	"Allow Speech to Text": "Salli puhe tekstiksi",
 	"Allow Temporary Chat": "Salli väliaikaiset keskustelut",
 	"Allow Temporary Chat": "Salli väliaikaiset keskustelut",
 	"Allow Text to Speech": "Salli teksti puheeksi",
 	"Allow Text to Speech": "Salli teksti puheeksi",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling palvelimen verkko-osoite vaaditaan.",
 	"Docling Server URL required.": "Docling palvelimen verkko-osoite vaaditaan.",
 	"Document": "Asiakirja",
 	"Document": "Asiakirja",
 	"Document Intelligence": "Asiakirja tiedustelu",
 	"Document Intelligence": "Asiakirja tiedustelu",
-	"Document Intelligence endpoint and key required.": "Asiakirja tiedustelun päätepiste ja avain vaaditaan.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentaatio",
 	"Documentation": "Dokumentaatio",
 	"Documents": "Asiakirjat",
 	"Documents": "Asiakirjat",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ei tee ulkoisia yhteyksiä, ja tietosi pysyvät turvallisesti paikallisesti isännöidyllä palvelimellasi.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ei tee ulkoisia yhteyksiä, ja tietosi pysyvät turvallisesti paikallisesti isännöidyllä palvelimellasi.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Autoriser le partage de la conversation",
 	"Allow Chat Share": "Autoriser le partage de la conversation",
 	"Allow Chat System Prompt": "Autoriser le prompt système de la conversation",
 	"Allow Chat System Prompt": "Autoriser le prompt système de la conversation",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Autoriser le téléversement de fichiers",
 	"Allow File Upload": "Autoriser le téléversement de fichiers",
 	"Allow Multiple Models in Chat": "Autoriser plusieurs modèles dans la conversation",
 	"Allow Multiple Models in Chat": "Autoriser plusieurs modèles dans la conversation",
 	"Allow non-local voices": "Autoriser les voix non locales",
 	"Allow non-local voices": "Autoriser les voix non locales",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Autoriser la reconnaissance vocale",
 	"Allow Speech to Text": "Autoriser la reconnaissance vocale",
 	"Allow Temporary Chat": "Autoriser la conversation temporaire",
 	"Allow Temporary Chat": "Autoriser la conversation temporaire",
 	"Allow Text to Speech": "Autoriser la synthèse vocale",
 	"Allow Text to Speech": "Autoriser la synthèse vocale",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "URL du serveur Docling requise.",
 	"Docling Server URL required.": "URL du serveur Docling requise.",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "Intelligence documentaire",
 	"Document Intelligence": "Intelligence documentaire",
-	"Document Intelligence endpoint and key required.": "Endpoint et clé requis pour l'intelligence documentaire",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentation",
 	"Documentation": "Documentation",
 	"Documents": "Documents",
 	"Documents": "Documents",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Autoriser le partage de la conversation",
 	"Allow Chat Share": "Autoriser le partage de la conversation",
 	"Allow Chat System Prompt": "Autoriser le prompt système de la conversation",
 	"Allow Chat System Prompt": "Autoriser le prompt système de la conversation",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Autoriser le téléversement de fichiers",
 	"Allow File Upload": "Autoriser le téléversement de fichiers",
 	"Allow Multiple Models in Chat": "Autoriser plusieurs modèles dans la conversation",
 	"Allow Multiple Models in Chat": "Autoriser plusieurs modèles dans la conversation",
 	"Allow non-local voices": "Autoriser les voix non locales",
 	"Allow non-local voices": "Autoriser les voix non locales",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Autoriser la reconnaissance vocale",
 	"Allow Speech to Text": "Autoriser la reconnaissance vocale",
 	"Allow Temporary Chat": "Autoriser la conversation temporaire",
 	"Allow Temporary Chat": "Autoriser la conversation temporaire",
 	"Allow Text to Speech": "Autoriser la synthèse vocale",
 	"Allow Text to Speech": "Autoriser la synthèse vocale",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "URL du serveur Docling requise.",
 	"Docling Server URL required.": "URL du serveur Docling requise.",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "Intelligence documentaire",
 	"Document Intelligence": "Intelligence documentaire",
-	"Document Intelligence endpoint and key required.": "Endpoint et clé requis pour l'intelligence documentaire",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentation",
 	"Documentation": "Documentation",
 	"Documents": "Documents",
 	"Documents": "Documents",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "n'établit aucune connexion externe et garde vos données en sécurité sur votre serveur local.",

+ 5 - 1
src/lib/i18n/locales/gl-ES/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Permitir asubida de Arquivos",
 	"Allow File Upload": "Permitir asubida de Arquivos",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Permitir voces non locales",
 	"Allow non-local voices": "Permitir voces non locales",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Permitir Chat Temporal",
 	"Allow Temporary Chat": "Permitir Chat Temporal",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Documento",
 	"Document": "Documento",
 	"Document Intelligence": "Inteligencia documental",
 	"Document Intelligence": "Inteligencia documental",
-	"Document Intelligence endpoint and key required.": "Endpoint e chave de Intelixencia de Documentos requeridos.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentación",
 	"Documentation": "Documentación",
 	"Documents": "Documentos",
 	"Documents": "Documentos",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "non realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "non realiza ninguna conexión externa y sus datos permanecen seguros en su servidor alojado localmente.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "אפשר שיתוף צ'אט",
 	"Allow Chat Share": "אפשר שיתוף צ'אט",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "אפשר העלאת קובץ",
 	"Allow File Upload": "אפשר העלאת קובץ",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "מסמך",
 	"Document": "מסמך",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "מסמכים",
 	"Documents": "מסמכים",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "לא מבצע חיבורים חיצוניים, והנתונים שלך נשמרים באופן מאובטח בשרת המקומי שלך.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "לא מבצע חיבורים חיצוניים, והנתונים שלך נשמרים באופן מאובטח בשרת המקומי שלך.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "दस्तावेज़",
 	"Document": "दस्तावेज़",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "दस्तावेज़",
 	"Documents": "दस्तावेज़",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "कोई बाहरी कनेक्शन नहीं बनाता है, और आपका डेटा आपके स्थानीय रूप से होस्ट किए गए सर्वर पर सुरक्षित रूप से रहता है।",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "कोई बाहरी कनेक्शन नहीं बनाता है, और आपका डेटा आपके स्थानीय रूप से होस्ट किए गए सर्वर पर सुरक्षित रूप से रहता है।",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Dopusti nelokalne glasove",
 	"Allow non-local voices": "Dopusti nelokalne glasove",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentacija",
 	"Documentation": "Dokumentacija",
 	"Documents": "Dokumenti",
 	"Documents": "Dokumenti",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ne uspostavlja vanjske veze, a vaši podaci ostaju sigurno na vašem lokalno hostiranom poslužitelju.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ne uspostavlja vanjske veze, a vaši podaci ostaju sigurno na vašem lokalno hostiranom poslužitelju.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Fájlfeltöltés engedélyezése",
 	"Allow File Upload": "Fájlfeltöltés engedélyezése",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Nem helyi hangok engedélyezése",
 	"Allow non-local voices": "Nem helyi hangok engedélyezése",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Ideiglenes beszélgetés engedélyezése",
 	"Allow Temporary Chat": "Ideiglenes beszélgetés engedélyezése",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling szerver URL szükséges.",
 	"Docling Server URL required.": "Docling szerver URL szükséges.",
 	"Document": "Dokumentum",
 	"Document": "Dokumentum",
 	"Document Intelligence": "Dokumentum intelligencia",
 	"Document Intelligence": "Dokumentum intelligencia",
-	"Document Intelligence endpoint and key required.": "Dokumentum intelligencia végpont és kulcs szükséges.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentáció",
 	"Documentation": "Dokumentáció",
 	"Documents": "Dokumentumok",
 	"Documents": "Dokumentumok",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nem létesít külső kapcsolatokat, és az adataid biztonságban maradnak a helyileg hosztolt szervereden.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nem létesít külső kapcsolatokat, és az adataid biztonságban maradnak a helyileg hosztolt szervereden.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Izinkan suara non-lokal",
 	"Allow non-local voices": "Izinkan suara non-lokal",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokumen",
 	"Document": "Dokumen",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentasi",
 	"Documentation": "Dokumentasi",
 	"Documents": "Dokumen",
 	"Documents": "Dokumen",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "tidak membuat koneksi eksternal apa pun, dan data Anda tetap aman di server yang dihosting secara lokal.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "tidak membuat koneksi eksternal apa pun, dan data Anda tetap aman di server yang dihosting secara lokal.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Ceadaigh Comhroinnt Comhrá",
 	"Allow Chat Share": "Ceadaigh Comhroinnt Comhrá",
 	"Allow Chat System Prompt": "Ceadaigh Pras Córais Comhrá",
 	"Allow Chat System Prompt": "Ceadaigh Pras Córais Comhrá",
 	"Allow Chat Valves": "Ceadaigh Comhlaí Comhrá",
 	"Allow Chat Valves": "Ceadaigh Comhlaí Comhrá",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Ceadaigh Uaslódáil Comhad",
 	"Allow File Upload": "Ceadaigh Uaslódáil Comhad",
 	"Allow Multiple Models in Chat": "Ceadaigh Il-Samhlacha i gComhrá",
 	"Allow Multiple Models in Chat": "Ceadaigh Il-Samhlacha i gComhrá",
 	"Allow non-local voices": "Lig guthanna neamh-áitiúla",
 	"Allow non-local voices": "Lig guthanna neamh-áitiúla",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Ceadaigh Óráid go Téacs",
 	"Allow Speech to Text": "Ceadaigh Óráid go Téacs",
 	"Allow Temporary Chat": "Cead Comhrá Sealadach",
 	"Allow Temporary Chat": "Cead Comhrá Sealadach",
 	"Allow Text to Speech": "Ceadaigh Téacs a Chaint",
 	"Allow Text to Speech": "Ceadaigh Téacs a Chaint",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "URL Freastalaí Doling ag teastáil.",
 	"Docling Server URL required.": "URL Freastalaí Doling ag teastáil.",
 	"Document": "Doiciméad",
 	"Document": "Doiciméad",
 	"Document Intelligence": "Faisnéise Doiciméad",
 	"Document Intelligence": "Faisnéise Doiciméad",
-	"Document Intelligence endpoint and key required.": "Críochphointe Faisnéise Doiciméad agus eochair ag teastáil.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Doiciméadú",
 	"Documentation": "Doiciméadú",
 	"Documents": "Doiciméid",
 	"Documents": "Doiciméid",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ní dhéanann sé aon naisc sheachtracha, agus fanann do chuid sonraí go slán ar do fhreastalaí a óstáiltear go háitiúil.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ní dhéanann sé aon naisc sheachtracha, agus fanann do chuid sonraí go slán ar do fhreastalaí a óstáiltear go háitiúil.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Consenti condivisione chat",
 	"Allow Chat Share": "Consenti condivisione chat",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Consenti caricamento file",
 	"Allow File Upload": "Consenti caricamento file",
 	"Allow Multiple Models in Chat": "Consenti più modelli in chat",
 	"Allow Multiple Models in Chat": "Consenti più modelli in chat",
 	"Allow non-local voices": "Consenti voci non locali",
 	"Allow non-local voices": "Consenti voci non locali",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Consenti trascrizione vocale",
 	"Allow Speech to Text": "Consenti trascrizione vocale",
 	"Allow Temporary Chat": "Consenti chat temporanea",
 	"Allow Temporary Chat": "Consenti chat temporanea",
 	"Allow Text to Speech": "Consenti sintesi vocale",
 	"Allow Text to Speech": "Consenti sintesi vocale",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "L'URL del server Docling è obbligatoria.",
 	"Docling Server URL required.": "L'URL del server Docling è obbligatoria.",
 	"Document": "Documento",
 	"Document": "Documento",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "Endpoint e chiave per Document Intelligence sono richiesti.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentazione",
 	"Documentation": "Documentazione",
 	"Documents": "Documenti",
 	"Documents": "Documenti",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "non effettua connessioni esterne e i tuoi dati rimangono al sicuro sul tuo server ospitato localmente.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "non effettua connessioni esterne e i tuoi dati rimangono al sicuro sul tuo server ospitato localmente.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "チャットの共有を許可",
 	"Allow Chat Share": "チャットの共有を許可",
 	"Allow Chat System Prompt": "チャットシステムプロンプトを許可",
 	"Allow Chat System Prompt": "チャットシステムプロンプトを許可",
 	"Allow Chat Valves": "チャットバルブを許可",
 	"Allow Chat Valves": "チャットバルブを許可",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "ファイルのアップロードを許可",
 	"Allow File Upload": "ファイルのアップロードを許可",
 	"Allow Multiple Models in Chat": "チャットで複数のモデルを許可",
 	"Allow Multiple Models in Chat": "チャットで複数のモデルを許可",
 	"Allow non-local voices": "ローカル以外のボイスを許可",
 	"Allow non-local voices": "ローカル以外のボイスを許可",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "音声をテキストに変換を許可",
 	"Allow Speech to Text": "音声をテキストに変換を許可",
 	"Allow Temporary Chat": "一時的なチャットを許可",
 	"Allow Temporary Chat": "一時的なチャットを許可",
 	"Allow Text to Speech": "テキストを音声に変換を許可",
 	"Allow Text to Speech": "テキストを音声に変換を許可",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "DoclingサーバーURLが必要です。",
 	"Docling Server URL required.": "DoclingサーバーURLが必要です。",
 	"Document": "ドキュメント",
 	"Document": "ドキュメント",
 	"Document Intelligence": "ドキュメントインテリジェンス",
 	"Document Intelligence": "ドキュメントインテリジェンス",
-	"Document Intelligence endpoint and key required.": "ドキュメントインテリジェンスエンドポイントとキーが必要です。",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "ドキュメント",
 	"Documentation": "ドキュメント",
 	"Documents": "ドキュメント",
 	"Documents": "ドキュメント",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "は外部接続を行わず、データはローカルでホストされているサーバー上に安全に保持されます。",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "は外部接続を行わず、データはローカルでホストされているサーバー上に安全に保持されます。",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "ფაილის ატვირთვის დაშვება",
 	"Allow File Upload": "ფაილის ატვირთვის დაშვება",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "არალოკალური ხმების დაშვება",
 	"Allow non-local voices": "არალოკალური ხმების დაშვება",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "დროებითი ჩატის დაშვება",
 	"Allow Temporary Chat": "დროებითი ჩატის დაშვება",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "დოკუმენტი",
 	"Document": "დოკუმენტი",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "დოკუმენტაცია",
 	"Documentation": "დოკუმენტაცია",
 	"Documents": "დოკუმენტები",
 	"Documents": "დოკუმენტები",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "არ ამყარებს გარე კავშირებს და თქვენი მონაცემები უსაფრთხოდ რჩება თქვენს ლოკალურ სერვერზე.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "არ ამყარებს გარე კავშირებს და თქვენი მონაცემები უსაფრთხოდ რჩება თქვენს ლოკალურ სერვერზე.",

+ 5 - 1
src/lib/i18n/locales/kab-DZ/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Sireg beṭṭu n usqerdec",
 	"Allow Chat Share": "Sireg beṭṭu n usqerdec",
 	"Allow Chat System Prompt": "Sireg aneftaɣ n unagraw n udiwenni",
 	"Allow Chat System Prompt": "Sireg aneftaɣ n unagraw n udiwenni",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Sireg asali n yifuyla",
 	"Allow File Upload": "Sireg asali n yifuyla",
 	"Allow Multiple Models in Chat": "Sireg ugar n timudmiwin deg usqerdec",
 	"Allow Multiple Models in Chat": "Sireg ugar n timudmiwin deg usqerdec",
 	"Allow non-local voices": "Sireg tuɣac tirdiganin",
 	"Allow non-local voices": "Sireg tuɣac tirdiganin",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Sireg aɛqal n taɣect",
 	"Allow Speech to Text": "Sireg aɛqal n taɣect",
 	"Allow Temporary Chat": "Sireg asqerdec i kra n wakud",
 	"Allow Temporary Chat": "Sireg asqerdec i kra n wakud",
 	"Allow Text to Speech": "Sireg aḍris ar umeslay",
 	"Allow Text to Speech": "Sireg aḍris ar umeslay",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Tansa URL n uqeddac tuḥwaǧ.",
 	"Docling Server URL required.": "Tansa URL n uqeddac tuḥwaǧ.",
 	"Document": "Imesli",
 	"Document": "Imesli",
 	"Document Intelligence": "Tigzi n tsemlit",
 	"Document Intelligence": "Tigzi n tsemlit",
-	"Document Intelligence endpoint and key required.": "Agaz n tagara n warrat d tsarut i ilaqen.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Tasemlit",
 	"Documentation": "Tasemlit",
 	"Documents": "Isemliyen",
 	"Documents": "Isemliyen",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ur teqqen ara ɣer tuqqniwin tizɣarayin, akka isefka-k⋅m ad qqimen d iɣellsanen ɣef uqeddac-ik⋅im adigan.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ur teqqen ara ɣer tuqqniwin tizɣarayin, akka isefka-k⋅m ad qqimen d iɣellsanen ɣef uqeddac-ik⋅im adigan.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "채팅 공유 허용",
 	"Allow Chat Share": "채팅 공유 허용",
 	"Allow Chat System Prompt": "채팅 시스템 프롬프트 허용",
 	"Allow Chat System Prompt": "채팅 시스템 프롬프트 허용",
 	"Allow Chat Valves": "채팅 밸브 허용",
 	"Allow Chat Valves": "채팅 밸브 허용",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "파일 업로드 허용",
 	"Allow File Upload": "파일 업로드 허용",
 	"Allow Multiple Models in Chat": "채팅에서 여러 모델 허용",
 	"Allow Multiple Models in Chat": "채팅에서 여러 모델 허용",
 	"Allow non-local voices": "외부 음성 허용",
 	"Allow non-local voices": "외부 음성 허용",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "음성 텍스트 변환 허용",
 	"Allow Speech to Text": "음성 텍스트 변환 허용",
 	"Allow Temporary Chat": "임시 채팅 허용",
 	"Allow Temporary Chat": "임시 채팅 허용",
 	"Allow Text to Speech": "텍스트 음성 변환 허용",
 	"Allow Text to Speech": "텍스트 음성 변환 허용",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling 서버 URL이 필요합니다.",
 	"Docling Server URL required.": "Docling 서버 URL이 필요합니다.",
 	"Document": "문서",
 	"Document": "문서",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "Document Intelligence 엔드포인트 및 키가 필요합니다.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "문서",
 	"Documentation": "문서",
 	"Documents": "문서",
 	"Documents": "문서",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "외부와 어떠한 연결도 하지 않으며, 데이터는 로컬에서 호스팅되는 서버에 안전하게 유지됩니다.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "외부와 어떠한 연결도 하지 않으며, 데이터는 로컬에서 호스팅되는 서버에 안전하게 유지됩니다.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Leisti nelokalius balsus",
 	"Allow non-local voices": "Leisti nelokalius balsus",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokumentas",
 	"Document": "Dokumentas",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentacija",
 	"Documentation": "Dokumentacija",
 	"Documents": "Dokumentai",
 	"Documents": "Dokumentai",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "neturi jokių išorinių ryšių ir duomenys lieka serveryje.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "neturi jokių išorinių ryšių ir duomenys lieka serveryje.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Benarkan suara bukan tempatan ",
 	"Allow non-local voices": "Benarkan suara bukan tempatan ",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokumen",
 	"Document": "Dokumen",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentasi",
 	"Documentation": "Dokumentasi",
 	"Documents": "Dokumen",
 	"Documents": "Dokumen",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "tidak membuat sebarang sambungan luaran, dan data anda kekal selamat pada pelayan yang dihoskan ditempat anda",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "tidak membuat sebarang sambungan luaran, dan data anda kekal selamat pada pelayan yang dihoskan ditempat anda",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Tillatt opplasting av filer",
 	"Allow File Upload": "Tillatt opplasting av filer",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Tillat ikke-lokale stemmer",
 	"Allow non-local voices": "Tillat ikke-lokale stemmer",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Tillat midlertidige chatter",
 	"Allow Temporary Chat": "Tillat midlertidige chatter",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "Intelligens i dokumenter",
 	"Document Intelligence": "Intelligens i dokumenter",
-	"Document Intelligence endpoint and key required.": "Det kreves et endepunkt og en nøkkel for Intelligens i dokumenter",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentasjon",
 	"Documentation": "Dokumentasjon",
 	"Documents": "Dokumenter",
 	"Documents": "Dokumenter",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ikke ingen tilkobling til eksterne tjenester. Dataene dine forblir sikkert på den lokale serveren.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ikke ingen tilkobling til eksterne tjenester. Dataene dine forblir sikkert på den lokale serveren.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Bestandenupload toestaan",
 	"Allow File Upload": "Bestandenupload toestaan",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Niet-lokale stemmen toestaan",
 	"Allow non-local voices": "Niet-lokale stemmen toestaan",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Tijdelijke chat toestaan",
 	"Allow Temporary Chat": "Tijdelijke chat toestaan",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling server-URL benodigd",
 	"Docling Server URL required.": "Docling server-URL benodigd",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "Document Intelligence-endpoint en -sleutel benodigd",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentatie",
 	"Documentation": "Documentatie",
 	"Documents": "Documenten",
 	"Documents": "Documenten",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "maakt geen externe verbindingen, en je gegevens blijven veilig op je lokaal gehoste server.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "maakt geen externe verbindingen, en je gegevens blijven veilig op je lokaal gehoste server.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "ਡਾਕੂਮੈਂਟ",
 	"Document": "ਡਾਕੂਮੈਂਟ",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "ਡਾਕੂਮੈਂਟ",
 	"Documents": "ਡਾਕੂਮੈਂਟ",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ਕੋਈ ਬਾਹਰੀ ਕਨੈਕਸ਼ਨ ਨਹੀਂ ਬਣਾਉਂਦਾ, ਅਤੇ ਤੁਹਾਡਾ ਡਾਟਾ ਤੁਹਾਡੇ ਸਥਾਨਕ ਸਰਵਰ 'ਤੇ ਸੁਰੱਖਿਅਤ ਰਹਿੰਦਾ ਹੈ।",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ਕੋਈ ਬਾਹਰੀ ਕਨੈਕਸ਼ਨ ਨਹੀਂ ਬਣਾਉਂਦਾ, ਅਤੇ ਤੁਹਾਡਾ ਡਾਟਾ ਤੁਹਾਡੇ ਸਥਾਨਕ ਸਰਵਰ 'ਤੇ ਸੁਰੱਖਿਅਤ ਰਹਿੰਦਾ ਹੈ।",

+ 6 - 2
src/lib/i18n/locales/pl-PL/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Zezwól na udostępnianie",
 	"Allow Chat Share": "Zezwól na udostępnianie",
 	"Allow Chat System Prompt": "Zezwól na zmianę promptu systemowego dla czatu",
 	"Allow Chat System Prompt": "Zezwól na zmianę promptu systemowego dla czatu",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Pozwól na przesyłanie plików",
 	"Allow File Upload": "Pozwól na przesyłanie plików",
 	"Allow Multiple Models in Chat": "Zezwól na wiele modeli w ramach jednego czatu",
 	"Allow Multiple Models in Chat": "Zezwól na wiele modeli w ramach jednego czatu",
 	"Allow non-local voices": "Pozwól na głosy spoza lokalnej społeczności",
 	"Allow non-local voices": "Pozwól na głosy spoza lokalnej społeczności",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Zezwól na transkrypcję",
 	"Allow Speech to Text": "Zezwól na transkrypcję",
 	"Allow Temporary Chat": "Zezwól na tymczasową rozmowę",
 	"Allow Temporary Chat": "Zezwól na tymczasową rozmowę",
 	"Allow Text to Speech": "Zezwól na syntezator głosu",
 	"Allow Text to Speech": "Zezwól na syntezator głosu",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentacja",
 	"Documentation": "Dokumentacja",
 	"Documents": "Dokumenty",
 	"Documents": "Dokumenty",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nie nawiązuje żadnych zewnętrznych połączeń, a Twoje dane pozostają bezpiecznie na Twoim lokalnie hostowanym serwerze.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nie nawiązuje żadnych zewnętrznych połączeń, a Twoje dane pozostają bezpiecznie na Twoim lokalnie hostowanym serwerze.",
@@ -1634,4 +1638,4 @@
 	"Youtube": "Youtube",
 	"Youtube": "Youtube",
 	"Youtube Language": "Język Youtube",
 	"Youtube Language": "Język Youtube",
 	"Youtube Proxy URL": "URL proxy Youtube"
 	"Youtube Proxy URL": "URL proxy Youtube"
-}
+}

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Permitir compartilhamento de chat",
 	"Allow Chat Share": "Permitir compartilhamento de chat",
 	"Allow Chat System Prompt": "Permitir prompt do sistema de chat",
 	"Allow Chat System Prompt": "Permitir prompt do sistema de chat",
 	"Allow Chat Valves": "Permitir válvulas de chat",
 	"Allow Chat Valves": "Permitir válvulas de chat",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Permitir Envio de arquivos",
 	"Allow File Upload": "Permitir Envio de arquivos",
 	"Allow Multiple Models in Chat": "Permitir vários modelos no chat",
 	"Allow Multiple Models in Chat": "Permitir vários modelos no chat",
 	"Allow non-local voices": "Permitir vozes não locais",
 	"Allow non-local voices": "Permitir vozes não locais",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Permitir Fala para Texto",
 	"Allow Speech to Text": "Permitir Fala para Texto",
 	"Allow Temporary Chat": "Permitir Conversa Temporária",
 	"Allow Temporary Chat": "Permitir Conversa Temporária",
 	"Allow Text to Speech": "Permitir Texto para Fala",
 	"Allow Text to Speech": "Permitir Texto para Fala",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "URL do servidor Docling necessária.",
 	"Docling Server URL required.": "URL do servidor Docling necessária.",
 	"Document": "Documento",
 	"Document": "Documento",
 	"Document Intelligence": "Inteligência de documentos",
 	"Document Intelligence": "Inteligência de documentos",
-	"Document Intelligence endpoint and key required.": "Endpoint e chave do Document Intelligence necessários.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentação",
 	"Documentation": "Documentação",
 	"Documents": "Documentos",
 	"Documents": "Documentos",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "não faz nenhuma conexão externa, e seus dados permanecem seguros no seu servidor local.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "não faz nenhuma conexão externa, e seus dados permanecem seguros no seu servidor local.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Permitir vozes não locais",
 	"Allow non-local voices": "Permitir vozes não locais",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Documento",
 	"Document": "Documento",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentação",
 	"Documentation": "Documentação",
 	"Documents": "Documentos",
 	"Documents": "Documentos",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "não faz conexões externas e os seus dados permanecem seguros no seu servidor alojado localmente.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "não faz conexões externas e os seus dados permanecem seguros no seu servidor alojado localmente.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Permite încărcarea fișierelor",
 	"Allow File Upload": "Permite încărcarea fișierelor",
 	"Allow Multiple Models in Chat": "Permite modele multiple în chat",
 	"Allow Multiple Models in Chat": "Permite modele multiple în chat",
 	"Allow non-local voices": "Permite voci non-locale",
 	"Allow non-local voices": "Permite voci non-locale",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Permite conversia vocală în text",
 	"Allow Speech to Text": "Permite conversia vocală în text",
 	"Allow Temporary Chat": "Permite chat temporar",
 	"Allow Temporary Chat": "Permite chat temporar",
 	"Allow Text to Speech": "Permite conversia textului în voce",
 	"Allow Text to Speech": "Permite conversia textului în voce",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Document",
 	"Document": "Document",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Documentație",
 	"Documentation": "Documentație",
 	"Documents": "Documente",
 	"Documents": "Documente",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nu face nicio conexiune externă, iar datele tale rămân în siguranță pe serverul găzduit local.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nu face nicio conexiune externă, iar datele tale rămân în siguranță pe serverul găzduit local.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Разрешить общий доступ к чату",
 	"Allow Chat Share": "Разрешить общий доступ к чату",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Разрешить загрузку файлов",
 	"Allow File Upload": "Разрешить загрузку файлов",
 	"Allow Multiple Models in Chat": "Разрешить использование нескольких моделей в чате",
 	"Allow Multiple Models in Chat": "Разрешить использование нескольких моделей в чате",
 	"Allow non-local voices": "Разрешить не локальные голоса",
 	"Allow non-local voices": "Разрешить не локальные голоса",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Разрешить преобразование речи в текст",
 	"Allow Speech to Text": "Разрешить преобразование речи в текст",
 	"Allow Temporary Chat": "Разрешить временные чаты",
 	"Allow Temporary Chat": "Разрешить временные чаты",
 	"Allow Text to Speech": "Разрешить преобразование текста в речь",
 	"Allow Text to Speech": "Разрешить преобразование текста в речь",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Необходим URL сервера Docling",
 	"Docling Server URL required.": "Необходим URL сервера Docling",
 	"Document": "Документ",
 	"Document": "Документ",
 	"Document Intelligence": "Интеллектуальный анализ документов",
 	"Document Intelligence": "Интеллектуальный анализ документов",
-	"Document Intelligence endpoint and key required.": "Требуется энд-поинт анализа документов и ключ.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Документация",
 	"Documentation": "Документация",
 	"Documents": "Документы",
 	"Documents": "Документы",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не устанавливает никаких внешних соединений, и ваши данные надежно хранятся на вашем локальном сервере.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не устанавливает никаких внешних соединений, и ваши данные надежно хранятся на вашем локальном сервере.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Povoliť nahrávanie súborov",
 	"Allow File Upload": "Povoliť nahrávanie súborov",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Povoliť ne-lokálne hlasy",
 	"Allow non-local voices": "Povoliť ne-lokálne hlasy",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Povoliť dočasný chat",
 	"Allow Temporary Chat": "Povoliť dočasný chat",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentácia",
 	"Documentation": "Dokumentácia",
 	"Documents": "Dokumenty",
 	"Documents": "Dokumenty",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytvára žiadne externé pripojenia a vaše dáta zostávajú bezpečne na vašom lokálnom serveri.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "nevytvára žiadne externé pripojenia a vaše dáta zostávajú bezpečne na vašom lokálnom serveri.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Дозволи отпремање датотека",
 	"Allow File Upload": "Дозволи отпремање датотека",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Дозволи нелокалне гласове",
 	"Allow non-local voices": "Дозволи нелокалне гласове",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Дозволи привремена ћаскања",
 	"Allow Temporary Chat": "Дозволи привремена ћаскања",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Документ",
 	"Document": "Документ",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Документација",
 	"Documentation": "Документација",
 	"Documents": "Документи",
 	"Documents": "Документи",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не отвара никакве спољне везе и ваши подаци остају сигурно на вашем локално хостованом серверу.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не отвара никакве спољне везе и ваши подаци остају сигурно на вашем локално хостованом серверу.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Tillåt delning av chatt",
 	"Allow Chat Share": "Tillåt delning av chatt",
 	"Allow Chat System Prompt": "Tillåt systemprompt i chatt",
 	"Allow Chat System Prompt": "Tillåt systemprompt i chatt",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Tillåt filuppladdning",
 	"Allow File Upload": "Tillåt filuppladdning",
 	"Allow Multiple Models in Chat": "Tillåt flera modeller i chatt",
 	"Allow Multiple Models in Chat": "Tillåt flera modeller i chatt",
 	"Allow non-local voices": "Tillåt icke-lokala röster",
 	"Allow non-local voices": "Tillåt icke-lokala röster",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Tillåt tal till text",
 	"Allow Speech to Text": "Tillåt tal till text",
 	"Allow Temporary Chat": "Tillåt tillfällig chatt",
 	"Allow Temporary Chat": "Tillåt tillfällig chatt",
 	"Allow Text to Speech": "Tillåt text till tal",
 	"Allow Text to Speech": "Tillåt text till tal",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling Server URL krävs.",
 	"Docling Server URL required.": "Docling Server URL krävs.",
 	"Document": "Dokument",
 	"Document": "Dokument",
 	"Document Intelligence": "Dokumentinformation",
 	"Document Intelligence": "Dokumentinformation",
-	"Document Intelligence endpoint and key required.": "Dokumentinformationsslutpunkt och nyckel krävs.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dokumentation",
 	"Documentation": "Dokumentation",
 	"Documents": "Dokument",
 	"Documents": "Dokument",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "gör inga externa anslutningar, och dina data förblir säkra på din lokalt värdade server.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "gör inga externa anslutningar, och dina data förblir säkra på din lokalt värdade server.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "อนุญาตการแชร์แชท",
 	"Allow Chat Share": "อนุญาตการแชร์แชท",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "อนุญาตการนำเข้าไฟล์",
 	"Allow File Upload": "อนุญาตการนำเข้าไฟล์",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "อนุญาตเสียงที่ไม่ใช่ท้องถิ่น",
 	"Allow non-local voices": "อนุญาตเสียงที่ไม่ใช่ท้องถิ่น",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "อนุญาตแปลงเสียงเป็นตัวอักษร",
 	"Allow Speech to Text": "อนุญาตแปลงเสียงเป็นตัวอักษร",
 	"Allow Temporary Chat": "อนุญาตการแชทชั่วคราว",
 	"Allow Temporary Chat": "อนุญาตการแชทชั่วคราว",
 	"Allow Text to Speech": "อนุญาตแปลงตัวอักษรเป็นตัวเสียง",
 	"Allow Text to Speech": "อนุญาตแปลงตัวอักษรเป็นตัวเสียง",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "เอกสาร",
 	"Document": "เอกสาร",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "เอกสารประกอบ",
 	"Documentation": "เอกสารประกอบ",
 	"Documents": "เอกสาร",
 	"Documents": "เอกสาร",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ไม่เชื่อมต่อภายนอกใดๆ และข้อมูลของคุณจะอยู่บนเซิร์ฟเวอร์ที่โฮสต์ในท้องถิ่นของคุณอย่างปลอดภัย",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ไม่เชื่อมต่อภายนอกใดๆ และข้อมูลของคุณจะอยู่บนเซิร์ฟเวอร์ที่โฮสต์ในท้องถิ่นของคุณอย่างปลอดภัย",

+ 5 - 1
src/lib/i18n/locales/tk-TM/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "",
 	"Allow non-local voices": "",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "",
 	"Allow Temporary Chat": "",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Resminama",
 	"Document": "Resminama",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "",
 	"Documentation": "",
 	"Documents": "Resminamalar",
 	"Documents": "Resminamalar",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Sohbetin Paylaşılmasına İzin Ver",
 	"Allow Chat Share": "Sohbetin Paylaşılmasına İzin Ver",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Dosya Yüklemeye İzin Ver",
 	"Allow File Upload": "Dosya Yüklemeye İzin Ver",
 	"Allow Multiple Models in Chat": "Sohbette Birden Fazla Modele İzin Ver",
 	"Allow Multiple Models in Chat": "Sohbette Birden Fazla Modele İzin Ver",
 	"Allow non-local voices": "Yerel olmayan seslere izin verin",
 	"Allow non-local voices": "Yerel olmayan seslere izin verin",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Geçici Sohbetlere İzin Ver",
 	"Allow Temporary Chat": "Geçici Sohbetlere İzin Ver",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "Belge",
 	"Document": "Belge",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Dökümantasyon",
 	"Documentation": "Dökümantasyon",
 	"Documents": "Belgeler",
 	"Documents": "Belgeler",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "herhangi bir harici bağlantı yapmaz ve verileriniz güvenli bir şekilde yerel olarak barındırılan sunucunuzda kalır.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "herhangi bir harici bağlantı yapmaz ve verileriniz güvenli bir şekilde yerel olarak barındırılan sunucunuzda kalır.",

+ 5 - 1
src/lib/i18n/locales/ug-CN/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "سۆھبەت ھەمبەھىرلىشكە ئىجازەت",
 	"Allow Chat Share": "سۆھبەت ھەمبەھىرلىشكە ئىجازەت",
 	"Allow Chat System Prompt": "پاراڭ سىستېمىسى تۈرتكەسىگە ئىجازەت",
 	"Allow Chat System Prompt": "پاراڭ سىستېمىسى تۈرتكەسىگە ئىجازەت",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "ھۆججەت چىقىرىشقا ئىجازەت",
 	"Allow File Upload": "ھۆججەت چىقىرىشقا ئىجازەت",
 	"Allow Multiple Models in Chat": "سۆھبەتتە بىر قانچە مودېل ئىشلىتىشكە ئىجازەت",
 	"Allow Multiple Models in Chat": "سۆھبەتتە بىر قانچە مودېل ئىشلىتىشكە ئىجازەت",
 	"Allow non-local voices": "يەرلىك بولمىغان ئاۋازلارغا ئىجازەت",
 	"Allow non-local voices": "يەرلىك بولمىغان ئاۋازلارغا ئىجازەت",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "ئاۋازنى تېكستكە ئايلاندۇرۇشقا ئىجازەت",
 	"Allow Speech to Text": "ئاۋازنى تېكستكە ئايلاندۇرۇشقا ئىجازەت",
 	"Allow Temporary Chat": "ۋاقىتلىق سۆھبەتكە ئىجازەت",
 	"Allow Temporary Chat": "ۋاقىتلىق سۆھبەتكە ئىجازەت",
 	"Allow Text to Speech": "تېكستنى ئاۋازغا ئايلاندۇرۇشقا ئىجازەت",
 	"Allow Text to Speech": "تېكستنى ئاۋازغا ئايلاندۇرۇشقا ئىجازەت",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling مۇلازىمېتىر URL زۆرۈر.",
 	"Docling Server URL required.": "Docling مۇلازىمېتىر URL زۆرۈر.",
 	"Document": "ھۆججەت",
 	"Document": "ھۆججەت",
 	"Document Intelligence": "ھۆججەت ئەقىل",
 	"Document Intelligence": "ھۆججەت ئەقىل",
-	"Document Intelligence endpoint and key required.": "ھۆججەت ئەقىل ئۇلانما ۋە ئاچقۇچ زۆرۈر.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "ئىشلەتكۈچى قوللانمىسى",
 	"Documentation": "ئىشلەتكۈچى قوللانمىسى",
 	"Documents": "ھۆججەتلەر",
 	"Documents": "ھۆججەتلەر",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "سىرتقى ئۇلىنىش قىلمايدۇ، سانلىق مەلۇماتىڭىز يەرلىك مۇلازىمېتىردىلا بىخەتەر ساقلىنىدۇ.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "سىرتقى ئۇلىنىش قىلمايدۇ، سانلىق مەلۇماتىڭىز يەرلىك مۇلازىمېتىردىلا بىخەتەر ساقلىنىدۇ.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Дозволити завантаження файлів",
 	"Allow File Upload": "Дозволити завантаження файлів",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Дозволити не локальні голоси",
 	"Allow non-local voices": "Дозволити не локальні голоси",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Дозволити тимчасовий чат",
 	"Allow Temporary Chat": "Дозволити тимчасовий чат",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Потрібна URL-адреса сервера Docling.",
 	"Docling Server URL required.": "Потрібна URL-адреса сервера Docling.",
 	"Document": "Документ",
 	"Document": "Документ",
 	"Document Intelligence": "Інтелект документа",
 	"Document Intelligence": "Інтелект документа",
-	"Document Intelligence endpoint and key required.": "Потрібні кінцева точка та ключ для Інтелекту документа.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Документація",
 	"Documentation": "Документація",
 	"Documents": "Документи",
 	"Documents": "Документи",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не встановлює жодних зовнішніх з'єднань, і ваші дані залишаються в безпеці на вашому локальному сервері.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "не встановлює жодних зовнішніх з'єднань, і ваші дані залишаються в безпеці на вашому локальному сервері.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "",
 	"Allow File Upload": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "غیر مقامی آوازوں کی اجازت دیں",
 	"Allow non-local voices": "غیر مقامی آوازوں کی اجازت دیں",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "عارضی چیٹ کی اجازت دیں",
 	"Allow Temporary Chat": "عارضی چیٹ کی اجازت دیں",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "",
 	"Docling Server URL required.": "",
 	"Document": "دستاویز",
 	"Document": "دستاویز",
 	"Document Intelligence": "",
 	"Document Intelligence": "",
-	"Document Intelligence endpoint and key required.": "",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "دستاویزات",
 	"Documentation": "دستاویزات",
 	"Documents": "دستاویزات",
 	"Documents": "دستاویزات",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "آپ کا ڈیٹا مقامی طور پر میزبانی شدہ سرور پر محفوظ رہتا ہے اور کوئی بیرونی رابطے نہیں بناتا",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "آپ کا ڈیٹا مقامی طور پر میزبانی شدہ سرور پر محفوظ رہتا ہے اور کوئی بیرونی رابطے نہیں بناتا",

+ 5 - 1
src/lib/i18n/locales/uz-Cyrl-UZ/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Чат алмашишга рухсат беринг",
 	"Allow Chat Share": "Чат алмашишга рухсат беринг",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Файл юклашга рухсат беринг",
 	"Allow File Upload": "Файл юклашга рухсат беринг",
 	"Allow Multiple Models in Chat": "Чатда бир нечта моделларга рухсат беринг",
 	"Allow Multiple Models in Chat": "Чатда бир нечта моделларга рухсат беринг",
 	"Allow non-local voices": "Маҳаллий бўлмаган овозларга рухсат беринг",
 	"Allow non-local voices": "Маҳаллий бўлмаган овозларга рухсат беринг",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Нутқдан матнга рухсат бериш",
 	"Allow Speech to Text": "Нутқдан матнга рухсат бериш",
 	"Allow Temporary Chat": "Вақтинчалик суҳбатга рухсат беринг",
 	"Allow Temporary Chat": "Вақтинчалик суҳбатга рухсат беринг",
 	"Allow Text to Speech": "Матнни нутққа айлантиришга рухсат беринг",
 	"Allow Text to Speech": "Матнни нутққа айлантиришга рухсат беринг",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Доcлинг Сервер URL манзили талаб қилинади.",
 	"Docling Server URL required.": "Доcлинг Сервер URL манзили талаб қилинади.",
 	"Document": "Ҳужжат",
 	"Document": "Ҳужжат",
 	"Document Intelligence": "Ҳужжат разведкаси",
 	"Document Intelligence": "Ҳужжат разведкаси",
-	"Document Intelligence endpoint and key required.": "Доcумент Интеллигенcе сўнгги нуқтаси ва калит талаб қилинади.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Ҳужжатлар",
 	"Documentation": "Ҳужжатлар",
 	"Documents": "Ҳужжатлар",
 	"Documents": "Ҳужжатлар",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ҳеч қандай ташқи уланишларни амалга оширмайди ва сизнинг маълумотларингиз маҳаллий серверингизда хавфсиз сақланади.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "ҳеч қандай ташқи уланишларни амалга оширмайди ва сизнинг маълумотларингиз маҳаллий серверингизда хавфсиз сақланади.",

+ 5 - 1
src/lib/i18n/locales/uz-Latn-Uz/translation.json

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "Chat almashishga ruxsat bering",
 	"Allow Chat Share": "Chat almashishga ruxsat bering",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Fayl yuklashga ruxsat bering",
 	"Allow File Upload": "Fayl yuklashga ruxsat bering",
 	"Allow Multiple Models in Chat": "Chatda bir nechta modellarga ruxsat bering",
 	"Allow Multiple Models in Chat": "Chatda bir nechta modellarga ruxsat bering",
 	"Allow non-local voices": "Mahalliy bo'lmagan ovozlarga ruxsat bering",
 	"Allow non-local voices": "Mahalliy bo'lmagan ovozlarga ruxsat bering",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "Nutqdan matnga ruxsat berish",
 	"Allow Speech to Text": "Nutqdan matnga ruxsat berish",
 	"Allow Temporary Chat": "Vaqtinchalik suhbatga ruxsat bering",
 	"Allow Temporary Chat": "Vaqtinchalik suhbatga ruxsat bering",
 	"Allow Text to Speech": "Matnni nutqqa aylantirishga ruxsat bering",
 	"Allow Text to Speech": "Matnni nutqqa aylantirishga ruxsat bering",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Docling Server URL manzili talab qilinadi.",
 	"Docling Server URL required.": "Docling Server URL manzili talab qilinadi.",
 	"Document": "Hujjat",
 	"Document": "Hujjat",
 	"Document Intelligence": "Hujjat razvedkasi",
 	"Document Intelligence": "Hujjat razvedkasi",
-	"Document Intelligence endpoint and key required.": "Document Intelligence so‘nggi nuqtasi va kalit talab qilinadi.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Hujjatlar",
 	"Documentation": "Hujjatlar",
 	"Documents": "Hujjatlar",
 	"Documents": "Hujjatlar",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "hech qanday tashqi ulanishlarni amalga oshirmaydi va sizning ma'lumotlaringiz mahalliy serveringizda xavfsiz saqlanadi.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "hech qanday tashqi ulanishlarni amalga oshirmaydi va sizning ma'lumotlaringiz mahalliy serveringizda xavfsiz saqlanadi.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "",
 	"Allow Chat Share": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat System Prompt": "",
 	"Allow Chat Valves": "",
 	"Allow Chat Valves": "",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "Cho phép Tải tệp lên",
 	"Allow File Upload": "Cho phép Tải tệp lên",
 	"Allow Multiple Models in Chat": "",
 	"Allow Multiple Models in Chat": "",
 	"Allow non-local voices": "Cho phép giọng nói không bản xứ",
 	"Allow non-local voices": "Cho phép giọng nói không bản xứ",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "",
 	"Allow Speech to Text": "",
 	"Allow Temporary Chat": "Cho phép Chat nháp",
 	"Allow Temporary Chat": "Cho phép Chat nháp",
 	"Allow Text to Speech": "",
 	"Allow Text to Speech": "",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "Yêu cầu URL Máy chủ Docling.",
 	"Docling Server URL required.": "Yêu cầu URL Máy chủ Docling.",
 	"Document": "Tài liệu",
 	"Document": "Tài liệu",
 	"Document Intelligence": "Trí tuệ Tài liệu",
 	"Document Intelligence": "Trí tuệ Tài liệu",
-	"Document Intelligence endpoint and key required.": "Yêu cầu endpoint và khóa Trí tuệ Tài liệu.",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "Tài liệu",
 	"Documentation": "Tài liệu",
 	"Documents": "Tài liệu",
 	"Documents": "Tài liệu",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "không thực hiện bất kỳ kết nối ngoài nào, và dữ liệu của bạn vẫn được lưu trữ an toàn trên máy chủ lưu trữ cục bộ của bạn.",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "không thực hiện bất kỳ kết nối ngoài nào, và dữ liệu của bạn vẫn được lưu trữ an toàn trên máy chủ lưu trữ cục bộ của bạn.",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "允许分享对话",
 	"Allow Chat Share": "允许分享对话",
 	"Allow Chat System Prompt": "允许使用对话系统提示词",
 	"Allow Chat System Prompt": "允许使用对话系统提示词",
 	"Allow Chat Valves": "允许修改工具和函数的配置项(Valves)",
 	"Allow Chat Valves": "允许修改工具和函数的配置项(Valves)",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "允许上传文件",
 	"Allow File Upload": "允许上传文件",
 	"Allow Multiple Models in Chat": "允许同时与多个模型对话",
 	"Allow Multiple Models in Chat": "允许同时与多个模型对话",
 	"Allow non-local voices": "允许调用非本地音色",
 	"Allow non-local voices": "允许调用非本地音色",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "允许语音转文本",
 	"Allow Speech to Text": "允许语音转文本",
 	"Allow Temporary Chat": "允许临时对话",
 	"Allow Temporary Chat": "允许临时对话",
 	"Allow Text to Speech": "允许文本转语音",
 	"Allow Text to Speech": "允许文本转语音",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "需要提供 Docling 服务器 URL",
 	"Docling Server URL required.": "需要提供 Docling 服务器 URL",
 	"Document": "文档",
 	"Document": "文档",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "需要 Document Intelligence 端点和密钥",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "帮助文档",
 	"Documentation": "帮助文档",
 	"Documents": "文档",
 	"Documents": "文档",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "不会与外部建立任何连接,您的数据会安全地存储在本地托管的服务器上。",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "不会与外部建立任何连接,您的数据会安全地存储在本地托管的服务器上。",

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

@@ -82,9 +82,13 @@
 	"Allow Chat Share": "允許分享對話",
 	"Allow Chat Share": "允許分享對話",
 	"Allow Chat System Prompt": "允許對話系統提示詞",
 	"Allow Chat System Prompt": "允許對話系統提示詞",
 	"Allow Chat Valves": "允許修改工具和函數的設定項目(Valves)",
 	"Allow Chat Valves": "允許修改工具和函數的設定項目(Valves)",
+	"Allow Continue Response": "",
+	"Allow Delete Messages": "",
 	"Allow File Upload": "允許上傳檔案",
 	"Allow File Upload": "允許上傳檔案",
 	"Allow Multiple Models in Chat": "允許在對話中使用多個模型",
 	"Allow Multiple Models in Chat": "允許在對話中使用多個模型",
 	"Allow non-local voices": "允許非本機語音",
 	"Allow non-local voices": "允許非本機語音",
+	"Allow Rate Response": "",
+	"Allow Regenerate Response": "",
 	"Allow Speech to Text": "允許語音轉文字",
 	"Allow Speech to Text": "允許語音轉文字",
 	"Allow Temporary Chat": "允許臨時對話",
 	"Allow Temporary Chat": "允許臨時對話",
 	"Allow Text to Speech": "允許文字轉語音",
 	"Allow Text to Speech": "允許文字轉語音",
@@ -425,7 +429,7 @@
 	"Docling Server URL required.": "需要提供 Docling 伺服器 URL。",
 	"Docling Server URL required.": "需要提供 Docling 伺服器 URL。",
 	"Document": "文件",
 	"Document": "文件",
 	"Document Intelligence": "Document Intelligence",
 	"Document Intelligence": "Document Intelligence",
-	"Document Intelligence endpoint and key required.": "需要提供 Document Intelligence 端點及金鑰。",
+	"Document Intelligence endpoint required.": "",
 	"Documentation": "說明文件",
 	"Documentation": "說明文件",
 	"Documents": "文件",
 	"Documents": "文件",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "不會建立任何外部連線,而且您的資料會安全地儲存在您本機伺服器上。",
 	"does not make any external connections, and your data stays securely on your locally hosted server.": "不會建立任何外部連線,而且您的資料會安全地儲存在您本機伺服器上。",