Browse Source

chore: format

Timothy J. Baek 7 months ago
parent
commit
c8e609c3d1
43 changed files with 130 additions and 3 deletions
  1. 4 3
      src/lib/components/admin/Settings/Audio.svelte
  2. 3 0
      src/lib/i18n/locales/ar-BH/translation.json
  3. 3 0
      src/lib/i18n/locales/bg-BG/translation.json
  4. 3 0
      src/lib/i18n/locales/bn-BD/translation.json
  5. 3 0
      src/lib/i18n/locales/ca-ES/translation.json
  6. 3 0
      src/lib/i18n/locales/ceb-PH/translation.json
  7. 3 0
      src/lib/i18n/locales/de-DE/translation.json
  8. 3 0
      src/lib/i18n/locales/dg-DG/translation.json
  9. 3 0
      src/lib/i18n/locales/en-GB/translation.json
  10. 3 0
      src/lib/i18n/locales/en-US/translation.json
  11. 3 0
      src/lib/i18n/locales/es-ES/translation.json
  12. 3 0
      src/lib/i18n/locales/fa-IR/translation.json
  13. 3 0
      src/lib/i18n/locales/fi-FI/translation.json
  14. 3 0
      src/lib/i18n/locales/fr-CA/translation.json
  15. 3 0
      src/lib/i18n/locales/fr-FR/translation.json
  16. 3 0
      src/lib/i18n/locales/he-IL/translation.json
  17. 3 0
      src/lib/i18n/locales/hi-IN/translation.json
  18. 3 0
      src/lib/i18n/locales/hr-HR/translation.json
  19. 3 0
      src/lib/i18n/locales/id-ID/translation.json
  20. 3 0
      src/lib/i18n/locales/ie-GA/translation.json
  21. 3 0
      src/lib/i18n/locales/it-IT/translation.json
  22. 3 0
      src/lib/i18n/locales/ja-JP/translation.json
  23. 3 0
      src/lib/i18n/locales/ka-GE/translation.json
  24. 3 0
      src/lib/i18n/locales/ko-KR/translation.json
  25. 3 0
      src/lib/i18n/locales/lt-LT/translation.json
  26. 3 0
      src/lib/i18n/locales/ms-MY/translation.json
  27. 3 0
      src/lib/i18n/locales/nb-NO/translation.json
  28. 3 0
      src/lib/i18n/locales/nl-NL/translation.json
  29. 3 0
      src/lib/i18n/locales/pa-IN/translation.json
  30. 3 0
      src/lib/i18n/locales/pl-PL/translation.json
  31. 3 0
      src/lib/i18n/locales/pt-BR/translation.json
  32. 3 0
      src/lib/i18n/locales/pt-PT/translation.json
  33. 3 0
      src/lib/i18n/locales/ro-RO/translation.json
  34. 3 0
      src/lib/i18n/locales/ru-RU/translation.json
  35. 3 0
      src/lib/i18n/locales/sr-RS/translation.json
  36. 3 0
      src/lib/i18n/locales/sv-SE/translation.json
  37. 3 0
      src/lib/i18n/locales/th-TH/translation.json
  38. 3 0
      src/lib/i18n/locales/tk-TW/translation.json
  39. 3 0
      src/lib/i18n/locales/tr-TR/translation.json
  40. 3 0
      src/lib/i18n/locales/uk-UA/translation.json
  41. 3 0
      src/lib/i18n/locales/vi-VN/translation.json
  42. 3 0
      src/lib/i18n/locales/zh-CN/translation.json
  43. 3 0
      src/lib/i18n/locales/zh-TW/translation.json

+ 4 - 3
src/lib/components/admin/Settings/Audio.svelte

@@ -66,7 +66,7 @@
 				// do your loop
 				// do your loop
 				if (voices.length > 0) {
 				if (voices.length > 0) {
 					clearInterval(getVoicesLoop);
 					clearInterval(getVoicesLoop);
-					voices.sort((a,b) => a.name.localeCompare(b.name,$i18n.resolvedLanguage));
+					voices.sort((a, b) => a.name.localeCompare(b.name, $i18n.resolvedLanguage));
 				}
 				}
 			}, 100);
 			}, 100);
 		} else {
 		} else {
@@ -77,7 +77,7 @@
 			if (res) {
 			if (res) {
 				console.log(res);
 				console.log(res);
 				voices = res.voices;
 				voices = res.voices;
-				voices.sort((a,b) => a.name.localeCompare(b.name,$i18n.resolvedLanguage));
+				voices.sort((a, b) => a.name.localeCompare(b.name, $i18n.resolvedLanguage));
 			}
 			}
 		}
 		}
 	};
 	};
@@ -297,7 +297,8 @@
 										<option
 										<option
 											value={voice.voiceURI}
 											value={voice.voiceURI}
 											class="bg-gray-100 dark:bg-gray-700"
 											class="bg-gray-100 dark:bg-gray-700"
-											selected={TTS_VOICE === voice.voiceURI}>{voice.name.replace('+',', ')}</option
+											selected={TTS_VOICE === voice.voiceURI}
+											>{voice.name.replace('+', ', ')}</option
 										>
 										>
 									{/each}
 									{/each}
 								</select>
 								</select>

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "مسموح - قم بتنشيط هذا الأمر عن طريق الكتابة",
 	"are allowed - Activate this command by typing": "مسموح - قم بتنشيط هذا الأمر عن طريق الكتابة",
 	"Are you sure?": "هل أنت متأكد ؟",
 	"Are you sure?": "هل أنت متأكد ؟",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "أرفق ملف",
 	"Attach file": "أرفق ملف",
 	"Attention to detail": "انتبه للتفاصيل",
 	"Attention to detail": "انتبه للتفاصيل",
 	"Audio": "صوتي",
 	"Audio": "صوتي",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "اللغة",
 	"Language": "اللغة",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "آخر نشاط",
 	"Last Active": "آخر نشاط",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "خطاء! أنت تستخدم طريقة غير مدعومة (الواجهة الأمامية فقط). يرجى تقديم واجهة WebUI من الواجهة الخلفية.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "خطاء! أنت تستخدم طريقة غير مدعومة (الواجهة الأمامية فقط). يرجى تقديم واجهة WebUI من الواجهة الخلفية.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "فتح محادثة جديده",
 	"Open new chat": "فتح محادثة جديده",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
 	"are allowed - Activate this command by typing": "са разрешени - Активирайте тази команда чрез въвеждане",
 	"Are you sure?": "Сигурни ли сте?",
 	"Are you sure?": "Сигурни ли сте?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Прикачване на файл",
 	"Attach file": "Прикачване на файл",
 	"Attention to detail": "Внимание към детайлите",
 	"Attention to detail": "Внимание към детайлите",
 	"Audio": "Аудио",
 	"Audio": "Аудио",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Език",
 	"Language": "Език",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Последни активни",
 	"Last Active": "Последни активни",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Използвате неподдържан метод (само фронтенд). Моля, сервирайте WebUI от бекенда.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Използвате неподдържан метод (само фронтенд). Моля, сервирайте WebUI от бекенда.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Отвори нов чат",
 	"Open new chat": "Отвори нов чат",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
 	"are allowed - Activate this command by typing": "অনুমোদিত - কমান্ডটি চালু করার জন্য লিখুন",
 	"Are you sure?": "আপনি নিশ্চিত?",
 	"Are you sure?": "আপনি নিশ্চিত?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "ফাইল যুক্ত করুন",
 	"Attach file": "ফাইল যুক্ত করুন",
 	"Attention to detail": "বিস্তারিত বিশেষতা",
 	"Attention to detail": "বিস্তারিত বিশেষতা",
 	"Audio": "অডিও",
 	"Audio": "অডিও",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "ভাষা",
 	"Language": "ভাষা",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "সর্বশেষ সক্রিয়",
 	"Last Active": "সর্বশেষ সক্রিয়",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "আপনি একটা আনসাপোর্টেড পদ্ধতি (শুধু ফ্রন্টএন্ড) ব্যবহার করছেন। দয়া করে WebUI ব্যাকএন্ড থেকে চালনা করুন।",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "আপনি একটা আনসাপোর্টেড পদ্ধতি (শুধু ফ্রন্টএন্ড) ব্যবহার করছেন। দয়া করে WebUI ব্যাকএন্ড থেকে চালনা করুন।",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "নতুন চ্যাট খুলুন",
 	"Open new chat": "নতুন চ্যাট খুলুন",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
 	"are allowed - Activate this command by typing": "estan permesos - Activa aquesta comanda escrivint",
 	"Are you sure?": "Estàs segur?",
 	"Are you sure?": "Estàs segur?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Adjuntar arxiu",
 	"Attach file": "Adjuntar arxiu",
 	"Attention to detail": "Atenció al detall",
 	"Attention to detail": "Atenció al detall",
 	"Audio": "Àudio",
 	"Audio": "Àudio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "Coneixement eliminat correctament.",
 	"Knowledge deleted successfully.": "Coneixement eliminat correctament.",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "Coneixement actualitzat correctament.",
 	"Knowledge updated successfully": "Coneixement actualitzat correctament.",
+	"Landing Page Mode": "",
 	"Language": "Idioma",
 	"Language": "Idioma",
 	"large language models, locally.": "models de llenguatge extensos, localment",
 	"large language models, locally.": "models de llenguatge extensos, localment",
 	"Last Active": "Activitat recent",
 	"Last Active": "Activitat recent",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ui! Hi ha hagut un error en la resposta anterior. Torna a provar-ho o contacta amb un administrador",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ui! Hi ha hagut un error en la resposta anterior. Torna a provar-ho o contacta amb un administrador",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ui! Estàs utilitzant un mètode no suportat (només frontend). Si us plau, serveix la WebUI des del backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ui! Estàs utilitzant un mètode no suportat (només frontend). Si us plau, serveix la WebUI des del backend.",
 	"Open file": "Obrir arxiu",
 	"Open file": "Obrir arxiu",
+	"Open in full screen": "",
 	"Open new chat": "Obre un xat nou",
 	"Open new chat": "Obre un xat nou",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La versió d'Open WebUI (v{{OPEN_WEBUI_VERSION}}) és inferior a la versió requerida (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La versió d'Open WebUI (v{{OPEN_WEBUI_VERSION}}) és inferior a la versió requerida (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "gitugotan - I-enable kini nga sugo pinaagi sa pag-type",
 	"are allowed - Activate this command by typing": "gitugotan - I-enable kini nga sugo pinaagi sa pag-type",
 	"Are you sure?": "Sigurado ka ?",
 	"Are you sure?": "Sigurado ka ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Ilakip ang usa ka file",
 	"Attach file": "Ilakip ang usa ka file",
 	"Attention to detail": "Pagtagad sa mga detalye",
 	"Attention to detail": "Pagtagad sa mga detalye",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Pinulongan",
 	"Language": "Pinulongan",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Active": "",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! ",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! ",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Ablihi ang bag-ong diskusyon",
 	"Open new chat": "Ablihi ang bag-ong diskusyon",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI": "",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "sind erlaubt — Aktivieren Sie diesen Befehl durch Eingabe von",
 	"are allowed - Activate this command by typing": "sind erlaubt — Aktivieren Sie diesen Befehl durch Eingabe von",
 	"Are you sure?": "Sind Sie sicher?",
 	"Are you sure?": "Sind Sie sicher?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Datei anhängen",
 	"Attach file": "Datei anhängen",
 	"Attention to detail": "Aufmerksamkeit für Details",
 	"Attention to detail": "Aufmerksamkeit für Details",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Sprache",
 	"Language": "Sprache",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Zuletzt aktiv",
 	"Last Active": "Zuletzt aktiv",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hoppla! Es gab einen Fehler in der vorherigen Antwort. Bitte versuchen Sie es erneut oder kontaktieren Sie den Administrator.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hoppla! Es gab einen Fehler in der vorherigen Antwort. Bitte versuchen Sie es erneut oder kontaktieren Sie den Administrator.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppla! Sie verwenden eine nicht unterstützte Methode (nur Frontend). Bitte stellen Sie die WebUI vom Backend bereit.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppla! Sie verwenden eine nicht unterstützte Methode (nur Frontend). Bitte stellen Sie die WebUI vom Backend bereit.",
 	"Open file": "Datei öffnen",
 	"Open file": "Datei öffnen",
+	"Open in full screen": "",
 	"Open new chat": "Neuen Chat öffnen",
 	"Open new chat": "Neuen Chat öffnen",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Die installierte Open-WebUI-Version (v{{OPEN_WEBUI_VERSION}}) ist niedriger als die erforderliche Version (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Die installierte Open-WebUI-Version (v{{OPEN_WEBUI_VERSION}}) ist niedriger als die erforderliche Version (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "are allowed. Activate typing",
 	"are allowed - Activate this command by typing": "are allowed. Activate typing",
 	"Are you sure?": "Such certainty?",
 	"Are you sure?": "Such certainty?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Attach file",
 	"Attach file": "Attach file",
 	"Attention to detail": "",
 	"Attention to detail": "",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Doge Speak",
 	"Language": "Doge Speak",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Active": "",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Open new bark",
 	"Open new chat": "Open new bark",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI": "",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
 	"Are you sure?": "",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Attention to detail": "",
 	"Audio": "",
 	"Audio": "",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "",
 	"Language": "",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Active": "",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "",
 	"Open new chat": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI": "",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
 	"Are you sure?": "",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Attention to detail": "",
 	"Audio": "",
 	"Audio": "",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "",
 	"Language": "",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Active": "",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "",
 	"Open new chat": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI": "",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
 	"are allowed - Activate this command by typing": "están permitidos - Active este comando escribiendo",
 	"Are you sure?": "¿Está seguro?",
 	"Are you sure?": "¿Está seguro?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Adjuntar archivo",
 	"Attach file": "Adjuntar archivo",
 	"Attention to detail": "Detalle preciso",
 	"Attention to detail": "Detalle preciso",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Lenguaje",
 	"Language": "Lenguaje",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Última Actividad",
 	"Last Active": "Última Actividad",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "¡Oops! Hubo un error en la respuesta anterior. Intente de nuevo o póngase en contacto con el administrador.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "¡Oops! Hubo un error en la respuesta anterior. Intente de nuevo o póngase en contacto con el administrador.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "¡Ups! Estás utilizando un método no compatible (solo frontend). Por favor ejecute la WebUI desde el backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "¡Ups! Estás utilizando un método no compatible (solo frontend). Por favor ejecute la WebUI desde el backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Abrir nuevo chat",
 	"Open new chat": "Abrir nuevo chat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
 	"are allowed - Activate this command by typing": "مجاز هستند - این دستور را با تایپ کردن این فعال کنید:",
 	"Are you sure?": "آیا مطمئن هستید؟",
 	"Are you sure?": "آیا مطمئن هستید؟",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "پیوست فایل",
 	"Attach file": "پیوست فایل",
 	"Attention to detail": "دقیق",
 	"Attention to detail": "دقیق",
 	"Audio": "صدا",
 	"Audio": "صدا",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "زبان",
 	"Language": "زبان",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "آخرین فعال",
 	"Last Active": "آخرین فعال",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "اوه! شما از یک روش پشتیبانی نشده (فقط frontend) استفاده می کنید. لطفاً WebUI را از بکند اجرا کنید.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "اوه! شما از یک روش پشتیبانی نشده (فقط frontend) استفاده می کنید. لطفاً WebUI را از بکند اجرا کنید.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "باز کردن گپ جدید",
 	"Open new chat": "باز کردن گپ جدید",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "ovat sallittuja - Aktivoi tämä komento kirjoittamalla",
 	"are allowed - Activate this command by typing": "ovat sallittuja - Aktivoi tämä komento kirjoittamalla",
 	"Are you sure?": "Oletko varma?",
 	"Are you sure?": "Oletko varma?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Liitä tiedosto",
 	"Attach file": "Liitä tiedosto",
 	"Attention to detail": "Huomio yksityiskohtiin",
 	"Attention to detail": "Huomio yksityiskohtiin",
 	"Audio": "Ääni",
 	"Audio": "Ääni",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Kieli",
 	"Language": "Kieli",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Viimeksi aktiivinen",
 	"Last Active": "Viimeksi aktiivinen",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hupsista! Käytät ei-tuettua menetelmää. WebUI pitää palvella backendista.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hupsista! Käytät ei-tuettua menetelmää. WebUI pitää palvella backendista.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Avaa uusi keskustelu",
 	"Open new chat": "Avaa uusi keskustelu",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Joindre un document",
 	"Attach file": "Joindre un document",
 	"Attention to detail": "Attention aux détails",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Langue",
 	"Language": "Langue",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Dernière activité",
 	"Last Active": "Dernière activité",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Ouvrir une nouvelle discussion",
 	"Open new chat": "Ouvrir une nouvelle discussion",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"are allowed - Activate this command by typing": "sont autorisés - Activer cette commande en tapant",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Are you sure?": "Êtes-vous certain ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Joindre un document",
 	"Attach file": "Joindre un document",
 	"Attention to detail": "Attention aux détails",
 	"Attention to detail": "Attention aux détails",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Langue",
 	"Language": "Langue",
 	"large language models, locally.": "grand modèle de langage, localement.",
 	"large language models, locally.": "grand modèle de langage, localement.",
 	"Last Active": "Dernière activité",
 	"Last Active": "Dernière activité",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops ! Il y a eu une erreur dans la réponse précédente. Veuillez réessayer ou contacter l'administrateur.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oups\u00a0! Vous utilisez une méthode non prise en charge (frontend uniquement). Veuillez servir l'interface Web à partir du backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Ouvrir une nouvelle conversation",
 	"Open new chat": "Ouvrir une nouvelle conversation",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La version Open WebUI (v{{OPEN_WEBUI_VERSION}}) est inférieure à la version requise (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "La version Open WebUI (v{{OPEN_WEBUI_VERSION}}) est inférieure à la version requise (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "מותרים - הפעל פקודה זו על ידי הקלדה",
 	"are allowed - Activate this command by typing": "מותרים - הפעל פקודה זו על ידי הקלדה",
 	"Are you sure?": "האם אתה בטוח?",
 	"Are you sure?": "האם אתה בטוח?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "צרף קובץ",
 	"Attach file": "צרף קובץ",
 	"Attention to detail": "תשומת לב לפרטים",
 	"Attention to detail": "תשומת לב לפרטים",
 	"Audio": "אודיו",
 	"Audio": "אודיו",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "שפה",
 	"Language": "שפה",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "פעיל לאחרונה",
 	"Last Active": "פעיל לאחרונה",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "אופס! אתה משתמש בשיטה לא נתמכת (רק חזית). אנא שרת את ממשק המשתמש האינטרנטי מהשרת האחורי.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "אופס! אתה משתמש בשיטה לא נתמכת (רק חזית). אנא שרת את ממשק המשתמש האינטרנטי מהשרת האחורי.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "פתח צ'אט חדש",
 	"Open new chat": "פתח צ'אט חדש",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "अनुमति है - टाइप करके इस कमांड को सक्रिय करें",
 	"are allowed - Activate this command by typing": "अनुमति है - टाइप करके इस कमांड को सक्रिय करें",
 	"Are you sure?": "क्या आपको यकीन है?",
 	"Are you sure?": "क्या आपको यकीन है?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "फ़ाइल atta",
 	"Attach file": "फ़ाइल atta",
 	"Attention to detail": "विस्तार पर ध्यान",
 	"Attention to detail": "विस्तार पर ध्यान",
 	"Audio": "ऑडियो",
 	"Audio": "ऑडियो",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "भाषा",
 	"Language": "भाषा",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "पिछली बार सक्रिय",
 	"Last Active": "पिछली बार सक्रिय",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "उफ़! आप एक असमर्थित विधि (केवल फ्रंटएंड) का उपयोग कर रहे हैं। कृपया बैकएंड से WebUI सर्वे करें।",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "उफ़! आप एक असमर्थित विधि (केवल फ्रंटएंड) का उपयोग कर रहे हैं। कृपया बैकएंड से WebUI सर्वे करें।",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "नई चैट खोलें",
 	"Open new chat": "नई चैट खोलें",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "su dopušteni - Aktivirajte ovu naredbu upisivanjem",
 	"are allowed - Activate this command by typing": "su dopušteni - Aktivirajte ovu naredbu upisivanjem",
 	"Are you sure?": "Jeste li sigurni?",
 	"Are you sure?": "Jeste li sigurni?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Priloži datoteku",
 	"Attach file": "Priloži datoteku",
 	"Attention to detail": "Pažnja na detalje",
 	"Attention to detail": "Pažnja na detalje",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Jezik",
 	"Language": "Jezik",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Zadnja aktivnost",
 	"Last Active": "Zadnja aktivnost",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Koristite nepodržanu metodu (samo frontend). Molimo poslužite WebUI s backend-a.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Koristite nepodržanu metodu (samo frontend). Molimo poslužite WebUI s backend-a.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Otvorite novi razgovor",
 	"Open new chat": "Otvorite novi razgovor",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "diizinkan - Aktifkan perintah ini dengan mengetik",
 	"are allowed - Activate this command by typing": "diizinkan - Aktifkan perintah ini dengan mengetik",
 	"Are you sure?": "Apakah Anda yakin?",
 	"Are you sure?": "Apakah Anda yakin?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Lampirkan file",
 	"Attach file": "Lampirkan file",
 	"Attention to detail": "Perhatian terhadap detail",
 	"Attention to detail": "Perhatian terhadap detail",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Bahasa",
 	"Language": "Bahasa",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Terakhir Aktif",
 	"Last Active": "Terakhir Aktif",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Ada kesalahan pada respons sebelumnya. Silakan coba lagi atau hubungi admin.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Ada kesalahan pada respons sebelumnya. Silakan coba lagi atau hubungi admin.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Anda menggunakan metode yang tidak didukung (hanya untuk frontend). Silakan sajikan WebUI dari backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Anda menggunakan metode yang tidak didukung (hanya untuk frontend). Silakan sajikan WebUI dari backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Buka obrolan baru",
 	"Open new chat": "Buka obrolan baru",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "ceadaítear - Gníomhachtaigh an t-ordú seo trí chló",
 	"are allowed - Activate this command by typing": "ceadaítear - Gníomhachtaigh an t-ordú seo trí chló",
 	"Are you sure?": "An bhfuil tú cinnte?",
 	"Are you sure?": "An bhfuil tú cinnte?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Ceangail comhad",
 	"Attach file": "Ceangail comhad",
 	"Attention to detail": "Aird ar mhionsonraí",
 	"Attention to detail": "Aird ar mhionsonraí",
 	"Audio": "Fuaim",
 	"Audio": "Fuaim",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Teanga",
 	"Language": "Teanga",
 	"large language models, locally.": "samhlacha teanga móra, go háitiúil.",
 	"large language models, locally.": "samhlacha teanga móra, go háitiúil.",
 	"Last Active": "Gníomhach Deiridh",
 	"Last Active": "Gníomhach Deiridh",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Bhí earráid sa fhreagra roimhe seo. Bain triail as arís nó déan teagmháil le admin.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ups! Bhí earráid sa fhreagra roimhe seo. Bain triail as arís nó déan teagmháil le admin.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Tá modh gan tacaíocht á úsáid agat (tosaigh amháin). Freastal ar an WebUI ón gcúltaca le do thoil.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Tá modh gan tacaíocht á úsáid agat (tosaigh amháin). Freastal ar an WebUI ón gcúltaca le do thoil.",
 	"Open file": "Oscail comhad",
 	"Open file": "Oscail comhad",
+	"Open in full screen": "",
 	"Open new chat": "Oscail comhrá nua",
 	"Open new chat": "Oscail comhrá nua",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tá leagan WebUI oscailte (v{{OPEN_WEBUI_VERSION}}) níos ísle ná an leagan riachtanach (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tá leagan WebUI oscailte (v{{OPEN_WEBUI_VERSION}}) níos ísle ná an leagan riachtanach (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
 	"are allowed - Activate this command by typing": "sono consentiti - Attiva questo comando digitando",
 	"Are you sure?": "Sei sicuro?",
 	"Are you sure?": "Sei sicuro?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Allega file",
 	"Attach file": "Allega file",
 	"Attention to detail": "Attenzione ai dettagli",
 	"Attention to detail": "Attenzione ai dettagli",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Lingua",
 	"Language": "Lingua",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Ultima attività",
 	"Last Active": "Ultima attività",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Stai utilizzando un metodo non supportato (solo frontend). Si prega di servire la WebUI dal backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Stai utilizzando un metodo non supportato (solo frontend). Si prega di servire la WebUI dal backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Apri nuova chat",
 	"Open new chat": "Apri nuova chat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
 	"are allowed - Activate this command by typing": "が許可されています - 次のように入力してこのコマンドをアクティブ化します",
 	"Are you sure?": "よろしいですか?",
 	"Are you sure?": "よろしいですか?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "ファイルを添付する",
 	"Attach file": "ファイルを添付する",
 	"Attention to detail": "詳細に注意する",
 	"Attention to detail": "詳細に注意する",
 	"Audio": "オーディオ",
 	"Audio": "オーディオ",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "言語",
 	"Language": "言語",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "最終アクティブ",
 	"Last Active": "最終アクティブ",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "おっと! サポートされていない方法 (フロントエンドのみ) を使用しています。バックエンドから WebUI を提供してください。",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "おっと! サポートされていない方法 (フロントエンドのみ) を使用しています。バックエンドから WebUI を提供してください。",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "新しいチャットを開く",
 	"Open new chat": "新しいチャットを開く",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
 	"are allowed - Activate this command by typing": "დაშვებულია - ბრძანების გასააქტიურებლად აკრიფეთ:",
 	"Are you sure?": "დარწმუნებული ხარ?",
 	"Are you sure?": "დარწმუნებული ხარ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "ფაილის ჩაწერა",
 	"Attach file": "ფაილის ჩაწერა",
 	"Attention to detail": "დეტალური მიმართვა",
 	"Attention to detail": "დეტალური მიმართვა",
 	"Audio": "ხმოვანი",
 	"Audio": "ხმოვანი",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "ენა",
 	"Language": "ენა",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "ბოლო აქტიური",
 	"Last Active": "ბოლო აქტიური",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "უპს! თქვენ იყენებთ მხარდაუჭერელ მეთოდს (მხოლოდ frontend). გთხოვთ, მოემსახუროთ WebUI-ს ბექენდიდან",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "უპს! თქვენ იყენებთ მხარდაუჭერელ მეთოდს (მხოლოდ frontend). გთხოვთ, მოემსახუროთ WebUI-ს ბექენდიდან",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "ახალი მიმოწერის გახსნა",
 	"Open new chat": "ახალი მიმოწერის გახსნა",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "허용됩니다. - 이 명령을 활성화하려면 입력하세요.",
 	"are allowed - Activate this command by typing": "허용됩니다. - 이 명령을 활성화하려면 입력하세요.",
 	"Are you sure?": "확실합니까?",
 	"Are you sure?": "확실합니까?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "파일 첨부",
 	"Attach file": "파일 첨부",
 	"Attention to detail": "세부 사항에 대한 주의",
 	"Attention to detail": "세부 사항에 대한 주의",
 	"Audio": "오디오",
 	"Audio": "오디오",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "언어",
 	"Language": "언어",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "최근 활동",
 	"Last Active": "최근 활동",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "이런! 지원되지 않는 방식(프론트엔드만)을 사용하고 계십니다. 백엔드에서 WebUI를 제공해주세요.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "이런! 지원되지 않는 방식(프론트엔드만)을 사용하고 계십니다. 백엔드에서 WebUI를 제공해주세요.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "새 채팅 열기",
 	"Open new chat": "새 채팅 열기",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "leistina - aktyvuokite komandą rašydami",
 	"are allowed - Activate this command by typing": "leistina - aktyvuokite komandą rašydami",
 	"Are you sure?": "Are esate tikri?",
 	"Are you sure?": "Are esate tikri?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Pridėti failą",
 	"Attach file": "Pridėti failą",
 	"Attention to detail": "Dėmesys detalėms",
 	"Attention to detail": "Dėmesys detalėms",
 	"Audio": "Audio įrašas",
 	"Audio": "Audio įrašas",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Kalba",
 	"Language": "Kalba",
 	"large language models, locally.": "dideli kalbos modeliai, lokaliai",
 	"large language models, locally.": "dideli kalbos modeliai, lokaliai",
 	"Last Active": "Paskutinį kartą aktyvus",
 	"Last Active": "Paskutinį kartą aktyvus",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Įvyko klaida. Pabandykite iš naujo arba susisiekite su administratoriumi.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Įvyko klaida. Pabandykite iš naujo arba susisiekite su administratoriumi.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Naudojate nepalaikomą (front-end) web ui rėžimą. Prašau serviruokite WebUI iš back-end",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Naudojate nepalaikomą (front-end) web ui rėžimą. Prašau serviruokite WebUI iš back-end",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Atverti naują pokalbį",
 	"Open new chat": "Atverti naują pokalbį",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tortue Chat versija per sena. Reikalinga (v{{REQUIRED_VERSION}}) versija.",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Tortue Chat versija per sena. Reikalinga (v{{REQUIRED_VERSION}}) versija.",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "adalah dibenarkan - Aktifkan arahan in dengan menaip",
 	"are allowed - Activate this command by typing": "adalah dibenarkan - Aktifkan arahan in dengan menaip",
 	"Are you sure?": "Adakah anda pasti",
 	"Are you sure?": "Adakah anda pasti",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Kepilkan Fail",
 	"Attach file": "Kepilkan Fail",
 	"Attention to detail": "Perincian",
 	"Attention to detail": "Perincian",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Bahasa",
 	"Language": "Bahasa",
 	"large language models, locally.": "model bahasa besar, tempatan.",
 	"large language models, locally.": "model bahasa besar, tempatan.",
 	"Last Active": "Dilihat aktif terakhir pada",
 	"Last Active": "Dilihat aktif terakhir pada",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Maaf, terdapat ralat dalam respons sebelumnya. Sila cuba lagi atau hubungi pentadbir",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Maaf, terdapat ralat dalam respons sebelumnya. Sila cuba lagi atau hubungi pentadbir",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Maaf, Anda menggunakan kaedah yang tidak disokong (bahagian 'frontend' sahaja). Sila sediakan WebUI dari 'backend'.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Maaf, Anda menggunakan kaedah yang tidak disokong (bahagian 'frontend' sahaja). Sila sediakan WebUI dari 'backend'.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Buka perbualan baru",
 	"Open new chat": "Buka perbualan baru",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) adalah lebih rendah daripada versi yang diperlukan iaitu (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI version (v{{OPEN_WEBUI_VERSION}}) adalah lebih rendah daripada versi yang diperlukan iaitu (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "er tillatt - Aktiver denne kommandoen ved å skrive",
 	"are allowed - Activate this command by typing": "er tillatt - Aktiver denne kommandoen ved å skrive",
 	"Are you sure?": "Er du sikker?",
 	"Are you sure?": "Er du sikker?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Legg ved fil",
 	"Attach file": "Legg ved fil",
 	"Attention to detail": "Sans for detaljer",
 	"Attention to detail": "Sans for detaljer",
 	"Audio": "Lyd",
 	"Audio": "Lyd",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Språk",
 	"Language": "Språk",
 	"large language models, locally.": "Store språkmodeller, lokalt.",
 	"large language models, locally.": "Store språkmodeller, lokalt.",
 	"Last Active": "Sist aktiv",
 	"Last Active": "Sist aktiv",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! Det oppstod en feil i forrige svar. Prøv igjen eller kontakt administrator",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! Det oppstod en feil i forrige svar. Prøv igjen eller kontakt administrator",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Du bruker en ikke-støttet metode (kun frontend). Vennligst server WebUI fra backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Du bruker en ikke-støttet metode (kun frontend). Vennligst server WebUI fra backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Åpne ny chat",
 	"Open new chat": "Åpne ny chat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-versjon (v{{OPEN_WEBUI_VERSION}}) er lavere enn nødvendig versjon (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI-versjon (v{{OPEN_WEBUI_VERSION}}) er lavere enn nødvendig versjon (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
 	"are allowed - Activate this command by typing": "zijn toegestaan - Activeer deze commando door te typen",
 	"Are you sure?": "Zeker weten?",
 	"Are you sure?": "Zeker weten?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Voeg een bestand toe",
 	"Attach file": "Voeg een bestand toe",
 	"Attention to detail": "Attention to detail",
 	"Attention to detail": "Attention to detail",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Taal",
 	"Language": "Taal",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Laatst Actief",
 	"Last Active": "Laatst Actief",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Je gebruikt een niet-ondersteunde methode (alleen frontend). Serveer de WebUI vanuit de backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Je gebruikt een niet-ondersteunde methode (alleen frontend). Serveer de WebUI vanuit de backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Open nieuwe chat",
 	"Open new chat": "Open nieuwe chat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "ਅਨੁਮਤ ਹਨ - ਇਸ ਕਮਾਂਡ ਨੂੰ ਟਾਈਪ ਕਰਕੇ ਸਰਗਰਮ ਕਰੋ",
 	"are allowed - Activate this command by typing": "ਅਨੁਮਤ ਹਨ - ਇਸ ਕਮਾਂਡ ਨੂੰ ਟਾਈਪ ਕਰਕੇ ਸਰਗਰਮ ਕਰੋ",
 	"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
 	"Are you sure?": "ਕੀ ਤੁਸੀਂ ਯਕੀਨਨ ਹੋ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "ਫਾਈਲ ਜੋੜੋ",
 	"Attach file": "ਫਾਈਲ ਜੋੜੋ",
 	"Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
 	"Attention to detail": "ਵੇਰਵੇ 'ਤੇ ਧਿਆਨ",
 	"Audio": "ਆਡੀਓ",
 	"Audio": "ਆਡੀਓ",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "ਭਾਸ਼ਾ",
 	"Language": "ਭਾਸ਼ਾ",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
 	"Last Active": "ਆਖਰੀ ਸਰਗਰਮ",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "ਓਹੋ! ਤੁਸੀਂ ਇੱਕ ਅਣਸਮਰਥਿਤ ਢੰਗ ਵਰਤ ਰਹੇ ਹੋ (ਸਿਰਫ਼ ਫਰੰਟਐਂਡ)। ਕਿਰਪਾ ਕਰਕੇ ਵੈਬਯੂਆਈ ਨੂੰ ਬੈਕਐਂਡ ਤੋਂ ਸਰਵ ਕਰੋ।",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "ਓਹੋ! ਤੁਸੀਂ ਇੱਕ ਅਣਸਮਰਥਿਤ ਢੰਗ ਵਰਤ ਰਹੇ ਹੋ (ਸਿਰਫ਼ ਫਰੰਟਐਂਡ)। ਕਿਰਪਾ ਕਰਕੇ ਵੈਬਯੂਆਈ ਨੂੰ ਬੈਕਐਂਡ ਤੋਂ ਸਰਵ ਕਰੋ।",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "ਨਵੀਂ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ",
 	"Open new chat": "ਨਵੀਂ ਗੱਲਬਾਤ ਖੋਲ੍ਹੋ",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "ਓਪਨਏਆਈ",
 	"OpenAI": "ਓਪਨਏਆਈ",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
 	"are allowed - Activate this command by typing": "są dozwolone - Aktywuj to polecenie, wpisując",
 	"Are you sure?": "Jesteś pewien?",
 	"Are you sure?": "Jesteś pewien?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Dołącz plik",
 	"Attach file": "Dołącz plik",
 	"Attention to detail": "Dbałość o szczegóły",
 	"Attention to detail": "Dbałość o szczegóły",
 	"Audio": "Dźwięk",
 	"Audio": "Dźwięk",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Język",
 	"Language": "Język",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Ostatnio aktywny",
 	"Last Active": "Ostatnio aktywny",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Używasz nieobsługiwanej metody (tylko interfejs front-end). Proszę obsłużyć interfejs WebUI z poziomu backendu.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ups! Używasz nieobsługiwanej metody (tylko interfejs front-end). Proszę obsłużyć interfejs WebUI z poziomu backendu.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Otwórz nowy czat",
 	"Open new chat": "Otwórz nowy czat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando digitando",
 	"Are you sure?": "Você tem certeza?",
 	"Are you sure?": "Você tem certeza?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Anexar arquivo",
 	"Attach file": "Anexar arquivo",
 	"Attention to detail": "Atenção aos detalhes",
 	"Attention to detail": "Atenção aos detalhes",
 	"Audio": "Áudio",
 	"Audio": "Áudio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Idioma",
 	"Language": "Idioma",
 	"large language models, locally.": "grandes modelos de linguagem, localmente.",
 	"large language models, locally.": "grandes modelos de linguagem, localmente.",
 	"Last Active": "Última Atividade",
 	"Last Active": "Última Atividade",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ops! Houve um erro na resposta anterior. Por favor, tente novamente ou entre em contato com o administrador.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Ops! Houve um erro na resposta anterior. Por favor, tente novamente ou entre em contato com o administrador.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Você está usando um método não suportado (somente frontend). Por favor, sirva a WebUI a partir do backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Ops! Você está usando um método não suportado (somente frontend). Por favor, sirva a WebUI a partir do backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Abrir novo chat",
 	"Open new chat": "Abrir novo chat",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "A versão do Open WebUI (v{{OPEN_WEBUI_VERSION}}) é inferior à versão necessária (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "A versão do Open WebUI (v{{OPEN_WEBUI_VERSION}}) é inferior à versão necessária (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando escrevendo",
 	"are allowed - Activate this command by typing": "são permitidos - Ative este comando escrevendo",
 	"Are you sure?": "Tem a certeza?",
 	"Are you sure?": "Tem a certeza?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Anexar ficheiro",
 	"Attach file": "Anexar ficheiro",
 	"Attention to detail": "Detalhado",
 	"Attention to detail": "Detalhado",
 	"Audio": "Áudio",
 	"Audio": "Áudio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Idioma",
 	"Language": "Idioma",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Último Ativo",
 	"Last Active": "Último Ativo",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Epá! Você está a usar um método não suportado (somente frontend). Por favor, sirva o WebUI a partir do backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Epá! Você está a usar um método não suportado (somente frontend). Por favor, sirva o WebUI a partir do backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Abrir nova conversa",
 	"Open new chat": "Abrir nova conversa",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "sunt permise - Activează această comandă tastând",
 	"are allowed - Activate this command by typing": "sunt permise - Activează această comandă tastând",
 	"Are you sure?": "Ești sigur?",
 	"Are you sure?": "Ești sigur?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Atașează fișier",
 	"Attach file": "Atașează fișier",
 	"Attention to detail": "Atenție la detalii",
 	"Attention to detail": "Atenție la detalii",
 	"Audio": "Audio",
 	"Audio": "Audio",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Limbă",
 	"Language": "Limbă",
 	"large language models, locally.": "modele mari de limbaj, local.",
 	"large language models, locally.": "modele mari de limbaj, local.",
 	"Last Active": "Ultima Activitate",
 	"Last Active": "Ultima Activitate",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! A apărut o eroare în răspunsul anterior. Vă rugăm să încercați din nou sau să contactați administratorul.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Oops! A apărut o eroare în răspunsul anterior. Vă rugăm să încercați din nou sau să contactați administratorul.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Utilizați o metodă nesuportată (doar frontend). Vă rugăm să serviți WebUI din backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Oops! Utilizați o metodă nesuportată (doar frontend). Vă rugăm să serviți WebUI din backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Deschide conversație nouă",
 	"Open new chat": "Deschide conversație nouă",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Versiunea Open WebUI (v{{OPEN_WEBUI_VERSION}}) este mai mică decât versiunea necesară (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Versiunea Open WebUI (v{{OPEN_WEBUI_VERSION}}) este mai mică decât versiunea necesară (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
 	"are allowed - Activate this command by typing": "разрешено - активируйте эту команду вводом",
 	"Are you sure?": "Вы уверены?",
 	"Are you sure?": "Вы уверены?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Прикрепить файл",
 	"Attach file": "Прикрепить файл",
 	"Attention to detail": "Внимание к деталям",
 	"Attention to detail": "Внимание к деталям",
 	"Audio": "Аудио",
 	"Audio": "Аудио",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Язык",
 	"Language": "Язык",
 	"large language models, locally.": "большими языковыми моделями, локально.",
 	"large language models, locally.": "большими языковыми моделями, локально.",
 	"Last Active": "Последний активный",
 	"Last Active": "Последний активный",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! В предыдущем ответе была ошибка. Пожалуйста, повторите попытку или свяжитесь с администратором.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! В предыдущем ответе была ошибка. Пожалуйста, повторите попытку или свяжитесь с администратором.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Вы используете неподдерживаемый метод (только фронтенд). Пожалуйста, обслуживайте веб-интерфейс из бэкенда.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Вы используете неподдерживаемый метод (только фронтенд). Пожалуйста, обслуживайте веб-интерфейс из бэкенда.",
 	"Open file": "Открыть файл",
 	"Open file": "Открыть файл",
+	"Open in full screen": "",
 	"Open new chat": "Открыть новый чат",
 	"Open new chat": "Открыть новый чат",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Версия Open WebUI (v{{OPEN_WEBUI_VERSION}}) ниже требуемой версии (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Версия Open WebUI (v{{OPEN_WEBUI_VERSION}}) ниже требуемой версии (v{{REQUIRED_VERSION}})",
 	"OpenAI": "Open AI",
 	"OpenAI": "Open AI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "су дозвољени - Покрените ову наредбу уношењем",
 	"are allowed - Activate this command by typing": "су дозвољени - Покрените ову наредбу уношењем",
 	"Are you sure?": "Да ли сте сигурни?",
 	"Are you sure?": "Да ли сте сигурни?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Приложи датотеку",
 	"Attach file": "Приложи датотеку",
 	"Attention to detail": "Пажња на детаље",
 	"Attention to detail": "Пажња на детаље",
 	"Audio": "Звук",
 	"Audio": "Звук",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Језик",
 	"Language": "Језик",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Последња активност",
 	"Last Active": "Последња активност",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Користите неподржани метод (само фронтенд). Молимо вас да покренете WebUI са бекенда.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Користите неподржани метод (само фронтенд). Молимо вас да покренете WebUI са бекенда.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Покрени ново ћаскање",
 	"Open new chat": "Покрени ново ћаскање",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
 	"are allowed - Activate this command by typing": "är tillåtna - Aktivera detta kommando genom att skriva",
 	"Are you sure?": "Är du säker?",
 	"Are you sure?": "Är du säker?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Bifoga fil",
 	"Attach file": "Bifoga fil",
 	"Attention to detail": "Detaljerad uppmärksamhet",
 	"Attention to detail": "Detaljerad uppmärksamhet",
 	"Audio": "Ljud",
 	"Audio": "Ljud",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Språk",
 	"Language": "Språk",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "Senast aktiv",
 	"Last Active": "Senast aktiv",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppsan! Du använder en ej stödd metod (endast frontend). Vänligen servera WebUI från backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hoppsan! Du använder en ej stödd metod (endast frontend). Vänligen servera WebUI från backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Öppna ny chatt",
 	"Open new chat": "Öppna ny chatt",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "ได้รับอนุญาต - เปิดใช้งานคำสั่งนี้โดยการพิมพ์",
 	"are allowed - Activate this command by typing": "ได้รับอนุญาต - เปิดใช้งานคำสั่งนี้โดยการพิมพ์",
 	"Are you sure?": "คุณแน่ใจหรือ?",
 	"Are you sure?": "คุณแน่ใจหรือ?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "แนบไฟล์",
 	"Attach file": "แนบไฟล์",
 	"Attention to detail": "ใส่ใจในรายละเอียด",
 	"Attention to detail": "ใส่ใจในรายละเอียด",
 	"Audio": "เสียง",
 	"Audio": "เสียง",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "ภาษา",
 	"Language": "ภาษา",
 	"large language models, locally.": "โมเดลภาษาขนาดใหญ่ในเครื่อง",
 	"large language models, locally.": "โมเดลภาษาขนาดใหญ่ในเครื่อง",
 	"Last Active": "ใช้งานล่าสุด",
 	"Last Active": "ใช้งานล่าสุด",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "อุ๊บส์! มีข้อผิดพลาดในคำตอบก่อนหน้า กรุณาลองใหม่อีกครั้งหรือติดต่อผู้ดูแลระบบ",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "อุ๊บส์! มีข้อผิดพลาดในคำตอบก่อนหน้า กรุณาลองใหม่อีกครั้งหรือติดต่อผู้ดูแลระบบ",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "อุ๊บส์! คุณกำลังใช้วิธีที่ไม่รองรับ (เฉพาะเว็บส่วนหน้า) กรุณาให้บริการ WebUI จากเว็บส่วนแบ็กเอนด์",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "อุ๊บส์! คุณกำลังใช้วิธีที่ไม่รองรับ (เฉพาะเว็บส่วนหน้า) กรุณาให้บริการ WebUI จากเว็บส่วนแบ็กเอนด์",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "เปิดแชทใหม่",
 	"Open new chat": "เปิดแชทใหม่",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "เวอร์ชั่น Open WebUI (v{{OPEN_WEBUI_VERSION}}) ต่ำกว่าเวอร์ชั่นที่ต้องการ (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "เวอร์ชั่น Open WebUI (v{{OPEN_WEBUI_VERSION}}) ต่ำกว่าเวอร์ชั่นที่ต้องการ (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "",
 	"are allowed - Activate this command by typing": "",
 	"Are you sure?": "",
 	"Are you sure?": "",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "",
 	"Attach file": "",
 	"Attention to detail": "",
 	"Attention to detail": "",
 	"Audio": "",
 	"Audio": "",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "",
 	"Language": "",
 	"large language models, locally.": "",
 	"large language models, locally.": "",
 	"Last Active": "",
 	"Last Active": "",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "",
 	"Open new chat": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "",
 	"OpenAI": "",
 	"OpenAI": "",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
 	"are allowed - Activate this command by typing": "izin verilir - Bu komutu yazarak etkinleştirin",
 	"Are you sure?": "Emin misiniz?",
 	"Are you sure?": "Emin misiniz?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Dosya ekle",
 	"Attach file": "Dosya ekle",
 	"Attention to detail": "Ayrıntılara dikkat",
 	"Attention to detail": "Ayrıntılara dikkat",
 	"Audio": "Ses",
 	"Audio": "Ses",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Dil",
 	"Language": "Dil",
 	"large language models, locally.": "büyük dil modelleri, yerel olarak.",
 	"large language models, locally.": "büyük dil modelleri, yerel olarak.",
 	"Last Active": "Son Aktivite",
 	"Last Active": "Son Aktivite",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hop! Önceki yanıtta bir hata oluştu. Lütfen tekrar deneyin veya yönetici ile iletişime geçin.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Hop! Önceki yanıtta bir hata oluştu. Lütfen tekrar deneyin veya yönetici ile iletişime geçin.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hop! Desteklenmeyen bir yöntem kullanıyorsunuz (yalnızca önyüz). Lütfen WebUI'yi arkayüzden sunun.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Hop! Desteklenmeyen bir yöntem kullanıyorsunuz (yalnızca önyüz). Lütfen WebUI'yi arkayüzden sunun.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Yeni sohbet aç",
 	"Open new chat": "Yeni sohbet aç",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open-WebUI sürümü (v{{OPEN_WEBUI_VERSION}}) gerekli sürümden (v{{REQUIRED_VERSION}}) düşük",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open-WebUI sürümü (v{{OPEN_WEBUI_VERSION}}) gerekli sürümden (v{{REQUIRED_VERSION}}) düşük",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "дозволено - активізуйте цю команду набором",
 	"are allowed - Activate this command by typing": "дозволено - активізуйте цю команду набором",
 	"Are you sure?": "Ви впевнені?",
 	"Are you sure?": "Ви впевнені?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Прикріпити файл",
 	"Attach file": "Прикріпити файл",
 	"Attention to detail": "Увага до деталей",
 	"Attention to detail": "Увага до деталей",
 	"Audio": "Аудіо",
 	"Audio": "Аудіо",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Мова",
 	"Language": "Мова",
 	"large language models, locally.": "великими мовними моделями, локально.",
 	"large language models, locally.": "великими мовними моделями, локально.",
 	"Last Active": "Остання активність",
 	"Last Active": "Остання активність",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! У попередній відповіді сталася помилка. Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Упс! У попередній відповіді сталася помилка. Будь ласка, спробуйте ще раз або зверніться до адміністратора.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Ви використовуєте непідтримуваний метод (тільки для фронтенду). Будь ласка, обслуговуйте WebUI з бекенду.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Упс! Ви використовуєте непідтримуваний метод (тільки для фронтенду). Будь ласка, обслуговуйте WebUI з бекенду.",
 	"Open file": "Відкрити файл",
 	"Open file": "Відкрити файл",
+	"Open in full screen": "",
 	"Open new chat": "Відкрити новий чат",
 	"Open new chat": "Відкрити новий чат",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI версія (v{{OPEN_WEBUI_VERSION}}) нижча за необхідну версію (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI версія (v{{OPEN_WEBUI_VERSION}}) нижча за необхідну версію (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "được phép - Kích hoạt lệnh này bằng cách gõ",
 	"are allowed - Activate this command by typing": "được phép - Kích hoạt lệnh này bằng cách gõ",
 	"Are you sure?": "Bạn có chắc chắn không?",
 	"Are you sure?": "Bạn có chắc chắn không?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "Đính kèm file",
 	"Attach file": "Đính kèm file",
 	"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
 	"Attention to detail": "Có sự chú ý đến chi tiết của vấn đề",
 	"Audio": "Âm thanh",
 	"Audio": "Âm thanh",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "Ngôn ngữ",
 	"Language": "Ngôn ngữ",
 	"large language models, locally.": "các mô hình ngôn ngữ lớn, mang tính địa phương",
 	"large language models, locally.": "các mô hình ngôn ngữ lớn, mang tính địa phương",
 	"Last Active": "Truy cập gần nhất",
 	"Last Active": "Truy cập gần nhất",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Rất tiếc! Đã xảy ra lỗi trong phản hồi trước đó. Vui lòng thử lại hoặc liên hệ với quản trị viên.",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "Rất tiếc! Đã xảy ra lỗi trong phản hồi trước đó. Vui lòng thử lại hoặc liên hệ với quản trị viên.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Rất tiếc! Bạn đang sử dụng một phương thức không được hỗ trợ (chỉ dành cho frontend). Vui lòng cung cấp phương thức cho WebUI từ phía backend.",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "Rất tiếc! Bạn đang sử dụng một phương thức không được hỗ trợ (chỉ dành cho frontend). Vui lòng cung cấp phương thức cho WebUI từ phía backend.",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "Mở nội dung chat mới",
 	"Open new chat": "Mở nội dung chat mới",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Phiên bản Open WebUI (v{{OPEN_WEBUI_VERSION}}) hiện thấp hơn phiên bản bắt buộc (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Phiên bản Open WebUI (v{{OPEN_WEBUI_VERSION}}) hiện thấp hơn phiên bản bắt buộc (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
 	"are allowed - Activate this command by typing": "允许 - 通过输入来激活这个命令",
 	"Are you sure?": "是否确定?",
 	"Are you sure?": "是否确定?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "添加文件",
 	"Attach file": "添加文件",
 	"Attention to detail": "注重细节",
 	"Attention to detail": "注重细节",
 	"Audio": "语音",
 	"Audio": "语音",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "知识成功删除",
 	"Knowledge deleted successfully.": "知识成功删除",
 	"Knowledge reset successfully.": "知识成功重置",
 	"Knowledge reset successfully.": "知识成功重置",
 	"Knowledge updated successfully": "知识成功更新",
 	"Knowledge updated successfully": "知识成功更新",
+	"Landing Page Mode": "",
 	"Language": "语言",
 	"Language": "语言",
 	"large language models, locally.": "本地大语言模型",
 	"large language models, locally.": "本地大语言模型",
 	"Last Active": "最后在线时间",
 	"Last Active": "最后在线时间",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "糟糕!之前的回复出现了错误。请重试或联系管理员。",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "糟糕!之前的回复出现了错误。请重试或联系管理员。",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "糟糕!你正在使用不被支持的方法(仅前端)。请从后端提供 WebUI 服务。",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "糟糕!你正在使用不被支持的方法(仅前端)。请从后端提供 WebUI 服务。",
 	"Open file": "打开文件",
 	"Open file": "打开文件",
+	"Open in full screen": "",
 	"Open new chat": "打开新对话",
 	"Open new chat": "打开新对话",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "当前 Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低于所需的版本 (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "当前 Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低于所需的版本 (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",

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

@@ -69,6 +69,7 @@
 	"are allowed - Activate this command by typing": "已允許 - 輸入此命令來啟用",
 	"are allowed - Activate this command by typing": "已允許 - 輸入此命令來啟用",
 	"Are you sure?": "您確定嗎?",
 	"Are you sure?": "您確定嗎?",
 	"Artifacts": "",
 	"Artifacts": "",
+	"Ask a question": "",
 	"Attach file": "附加檔案",
 	"Attach file": "附加檔案",
 	"Attention to detail": "注重細節",
 	"Attention to detail": "注重細節",
 	"Audio": "音訊",
 	"Audio": "音訊",
@@ -383,6 +384,7 @@
 	"Knowledge deleted successfully.": "",
 	"Knowledge deleted successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge reset successfully.": "",
 	"Knowledge updated successfully": "",
 	"Knowledge updated successfully": "",
+	"Landing Page Mode": "",
 	"Language": "語言",
 	"Language": "語言",
 	"large language models, locally.": "在本機執行大型語言模型。",
 	"large language models, locally.": "在本機執行大型語言模型。",
 	"Last Active": "上次活動時間",
 	"Last Active": "上次活動時間",
@@ -481,6 +483,7 @@
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "哎呀!先前的回應發生錯誤。請重試或聯絡管理員。",
 	"Oops! There was an error in the previous response. Please try again or contact admin.": "哎呀!先前的回應發生錯誤。請重試或聯絡管理員。",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "哎呀!您使用了不支援的方法(僅限前端)。請從後端提供 WebUI。",
 	"Oops! You're using an unsupported method (frontend only). Please serve the WebUI from the backend.": "哎呀!您使用了不支援的方法(僅限前端)。請從後端提供 WebUI。",
 	"Open file": "",
 	"Open file": "",
+	"Open in full screen": "",
 	"Open new chat": "開啟新的對話",
 	"Open new chat": "開啟新的對話",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低於所需版本 (v{{REQUIRED_VERSION}})",
 	"Open WebUI version (v{{OPEN_WEBUI_VERSION}}) is lower than required version (v{{REQUIRED_VERSION}})": "Open WebUI 版本 (v{{OPEN_WEBUI_VERSION}}) 低於所需版本 (v{{REQUIRED_VERSION}})",
 	"OpenAI": "OpenAI",
 	"OpenAI": "OpenAI",